From bba61ead6c8febea8122c6a58c1cc5f8b4cf4c81 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854@qq.com> Date: Wed, 23 Oct 2024 14:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=B9=A6-=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E5=8A=9F=E8=83=BD=E6=B7=BB=E5=8A=A0=2010.?= =?UTF-8?q?23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kejigongguan/xiangmushu/JiBenXinXiDemo.vue | 4 ++-- .../kejigongguan/xiangmushu/{data.api.ts => zhengwen.api.ts} | 0 .../kejigongguan/xiangmushu/{data.ts => zhengwen.ts} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/{data.api.ts => zhengwen.api.ts} (100%) rename jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/{data.ts => zhengwen.ts} (98%) diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/JiBenXinXiDemo.vue b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/JiBenXinXiDemo.vue index 869a8a2..5f5b1f3 100644 --- a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/JiBenXinXiDemo.vue +++ b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/JiBenXinXiDemo.vue @@ -20,10 +20,10 @@ import { BasicForm, useForm } from '@/components/Form'; import {defineComponent, ref} from 'vue'; import { PageWrapper } from '@/components/Page'; -import { projectBaseInfoSchemas, userSchemas, departSchemas } from './data'; +import { projectBaseInfoSchemas, userSchemas, departSchemas } from './zhengwen'; import { Card } from 'ant-design-vue'; import {defHttp} from "@/utils/http/axios"; -import {save4shenbao} from './data.api'; +import {save4shenbao} from './zhengwen.api'; import { useRouter } from 'vue-router'; export default defineComponent({ diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/data.api.ts b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/zhengwen.api.ts similarity index 100% rename from jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/data.api.ts rename to jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/zhengwen.api.ts diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/data.ts b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/zhengwen.ts similarity index 98% rename from jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/data.ts rename to jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/zhengwen.ts index 7e4fe58..ec92782 100644 --- a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/data.ts +++ b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/zhengwen.ts @@ -8,8 +8,8 @@ export const projectBaseInfoSchemas: FormSchema[] = [ field: 'projectTypeid', component: 'Input', dynamicDisabled: true, - // defaultValue: '科技攻关', - defaultValue: '1846744340708184065', + defaultValue: '科技攻关', + // defaultValue: '1846744340708184065', }, { field: 'annualId',