Compare commits

..

No commits in common. "1c0c4a68915c6c1116da7b64c9595bcde96bf3d1" and "4b8057add0b3459896015b6723074c94933ac239" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Vue 3 + Vite22
# Vue 3 + Vite
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: 2,
case_status: 1,
case_name:'',
case_author:''
});

View File

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