new feature

This commit is contained in:
JaguarJack
2022-12-16 18:30:36 +08:00
parent 098463f4e1
commit 47a76af4b0
13 changed files with 170 additions and 61 deletions

View File

@@ -136,7 +136,7 @@ onMounted(() => {
// 监听 form data
watch(
formData,
(value, oldValue) => {
() => {
const type: number = formData.value.type
if (type === 1) {