NEZ-2678 fix: Asset attributes删除重复Options后提示信息依然存在
This commit is contained in:
@@ -463,6 +463,12 @@ export default {
|
||||
return
|
||||
}
|
||||
this.editAssetMeta.param.items.splice(index, 1)
|
||||
// 'param.items.'+ index + '.name'
|
||||
const arr = []
|
||||
this.editAssetMeta.param.items.forEach((item, index) => {
|
||||
arr.push('param.items.' + index + '.name')
|
||||
})
|
||||
this.$refs.editAssetMetaForm.clearValidate(arr)
|
||||
this.$forceUpdate()
|
||||
},
|
||||
copyParam (index) {
|
||||
|
||||
Reference in New Issue
Block a user