Compare commits

...

2 Commits

Author SHA1 Message Date
zoujiandong
1c0c4a6891 默认禁用 2025-03-12 09:13:53 +08:00
zoujiandong
8b641770d8 dev 1 2025-03-07 17:44:31 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Vue 3 + Vite
# Vue 3 + Vite22
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

View File

@ -156,7 +156,7 @@ const emit = defineEmits(["refreshList"]);
const modalForm = reactive({
project_id: "",
case_status: 1,
case_status: 2,
case_name:'',
case_author:''
});

View File

@ -152,7 +152,7 @@ const emit = defineEmits(['refreshList']);
const modalForm = reactive({
project_id: '',
Platform_id:'',
project_status:1,
project_status:0,
})
const rules = reactive({