修改bug 56635 未符合项库新增页面,手动查找勾选一个海外标准,回显null,见附件
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user