NEZ-2338 fix:asset 复制保存未校验location必填项

This commit is contained in:
zyh
2022-10-31 17:40:02 +08:00
parent a90a94e095
commit 419a953646
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
}