NEZ-2338 fix:asset 复制保存未校验location必填项
This commit is contained in:
@@ -871,7 +871,7 @@ export default {
|
||||
} else if (this.editAsset.cabinetStart && this.editAsset.cabinetEnd) {
|
||||
callback()
|
||||
} else {
|
||||
callback(new Error(vm.$t('validate.required')))
|
||||
callback(new Error(this.$t('validate.required')))
|
||||
}
|
||||
}, 100)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user