国标通道编辑重置支持选择字段

This commit is contained in:
lin
2025-11-06 20:31:51 +08:00
parent 01e72407ac
commit e453b3b394
7 changed files with 264 additions and 16 deletions

View File

@@ -72,9 +72,9 @@ const actions = {
})
})
},
reset({ commit }, id) {
reset({ commit }, data) {
return new Promise((resolve, reject) => {
reset(id).then(response => {
reset(data).then(response => {
const { data } = response
resolve(data)
}).catch(error => {