feat: There is no way the, bug #56322 技术标准-多个起草人时 起草部门显示不对 (企标编写节点)应该是两个
This commit is contained in:
@@ -1963,6 +1963,14 @@
|
||||
}
|
||||
return data
|
||||
},
|
||||
filterStringDate(data){
|
||||
if(data === undefined || data === null || data === '' || data === 'null'){
|
||||
return ""
|
||||
}else {
|
||||
data = data.toString()
|
||||
}
|
||||
return data
|
||||
},
|
||||
handleProcessStandardNext(status) {
|
||||
switch (status) {
|
||||
// 新增
|
||||
@@ -1994,11 +2002,11 @@
|
||||
// 引用标准
|
||||
this.form.YYBZ = this.filterDate(this.standardCheckedList[0].esMatingRelations)
|
||||
// 起草人带入
|
||||
this.form.QCRBUSS = this.filterDate(this.standardCheckedList[0].drafterName)
|
||||
this.form.QCRBUSSID = this.filterDate(this.standardCheckedList[0].drafter)
|
||||
this.form.QCRBUSS = this.filterStringDate(this.standardCheckedList[0].drafterName)
|
||||
this.form.QCRBUSSID = this.filterStringDate(this.standardCheckedList[0].drafter)
|
||||
// 起草部门带入
|
||||
this.form.QCDW = this.filterDate(this.standardCheckedList[0].unitName)
|
||||
this.form.QCDWID = this.filterDate(this.standardCheckedList[0].unit)
|
||||
this.form.QCDW = this.filterStringDate(this.standardCheckedList[0].unitName)
|
||||
this.form.QCDWID = this.filterStringDate(this.standardCheckedList[0].unit)
|
||||
this.form.TXLBBUSS = this.filterDate(this.standardCheckedList[0].tsJsonName)
|
||||
this.form.menuId = this.filterDate(this.standardCheckedList[0].tsJson)
|
||||
this.form.treeType = 'sarMs'
|
||||
|
||||
Reference in New Issue
Block a user