Compare commits
2 Commits
4b8057add0
...
1c0c4a6891
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c0c4a6891 | ||
|
|
8b641770d8 |
@ -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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@ -156,7 +156,7 @@ const emit = defineEmits(["refreshList"]);
|
|||||||
|
|
||||||
const modalForm = reactive({
|
const modalForm = reactive({
|
||||||
project_id: "",
|
project_id: "",
|
||||||
case_status: 1,
|
case_status: 2,
|
||||||
case_name:'',
|
case_name:'',
|
||||||
case_author:''
|
case_author:''
|
||||||
});
|
});
|
||||||
|
|||||||
@ -152,7 +152,7 @@ const emit = defineEmits(['refreshList']);
|
|||||||
const modalForm = reactive({
|
const modalForm = reactive({
|
||||||
project_id: '',
|
project_id: '',
|
||||||
Platform_id:'',
|
Platform_id:'',
|
||||||
project_status:1,
|
project_status:0,
|
||||||
|
|
||||||
})
|
})
|
||||||
const rules = reactive({
|
const rules = reactive({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user