修改bug 56635 未符合项库新增页面,手动查找勾选一个海外标准,回显null,见附件

This commit is contained in:
hanshaozhuang
2022-07-18 18:04:27 +08:00
parent fd09cb12a4
commit 0ee58b3e0c
@@ -883,7 +883,8 @@ export default {
}else{
this.addForm.standId = this.standList[0].id
this.addForm.standName = this.standList[0].standName
this.addForm.standSerialNumber = this.standList[0].standSort + '-' + this.standList[0].standNumber + '-' + this.standList[0].standYear
this.addForm.standSerialNumber = this.standList[0].standSort + '-' + this.standList[0].standNumber
this.addForm.standSerialNumber += this.standList[0].standYear ? '-' + this.standList[0].standYear : ''
this.dialogTableVisible = false
if(this.addForm.standName){
this.$refs.addForm.validateField('standName');