修改组态

This commit is contained in:
GGJ
2024-10-08 20:57:39 +08:00
parent 54ad4aaa15
commit 01f0cd7871
2 changed files with 15 additions and 15 deletions

View File

@@ -106,7 +106,7 @@ const open = ref((row: any) => {
dialogVisible.value = true
if (row.title == '新增项目') {
form.name = ''
form.projectIds = ['71e570df7e1cd3e37635c505deb19ee2']
form.projectIds = []
form.orderBy = '100'
form.remark = ''
} else {