修改bug 56060 标准入库流程-数据带入 关联信息的查询按钮点不开,控制台没反应
This commit is contained in:
@@ -2789,13 +2789,13 @@ export default {
|
|||||||
},
|
},
|
||||||
selectLaws(type) {
|
selectLaws(type) {
|
||||||
if(type === 'dtbjh'){
|
if(type === 'dtbjh'){
|
||||||
this.textList = this.form.dtbjh.split(',')
|
this.textList = this.form.dtbjh ? this.form.dtbjh.split(',') : []
|
||||||
}else if(type === 'bfbdtbzh'){
|
}else if(type === 'bfbdtbzh'){
|
||||||
this.textList = this.form.bfbdtbzh.split(',')
|
this.textList = this.form.bfbdtbzh ? this.form.bfbdtbzh.split(',') : []
|
||||||
}else if(type === 'cbbh'){
|
}else if(type === 'cbbh'){
|
||||||
this.textList = this.form.cbbh.split(',')
|
this.textList = this.form.cbbh ? this.form.cbbh.split(',') : []
|
||||||
}else if(type === 'yybj'){
|
}else if(type === 'yybj'){
|
||||||
this.textList = this.form.yybj.split(',')
|
this.textList = this.form.yybj ? this.form.yybj.split(',') : []
|
||||||
}
|
}
|
||||||
// if (this.standNumFlag === 1) {
|
// if (this.standNumFlag === 1) {
|
||||||
// this.$refs.selections.selectAll(false)
|
// this.$refs.selections.selectAll(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user