This commit is contained in:
parent
dab779659c
commit
2c35805ac6
|
|
@ -355,6 +355,7 @@ export default {
|
|||
this.openRecord = true
|
||||
this.dialogQuery.keyWord = ''
|
||||
this.dialogQuery.typeId = row.typeId
|
||||
this.dialogQuery.proId = row.proId
|
||||
this.getStoreCodeList()
|
||||
},
|
||||
/** 查询在库编码列表 */
|
||||
|
|
@ -382,6 +383,7 @@ export default {
|
|||
this.openUseRecord = true
|
||||
this.dialogUseQuery.typeId = row.typeId
|
||||
this.dialogUseQuery.keyWord = ''
|
||||
this.dialogUseQuery.proId = row.proId
|
||||
this.getUserRecords()
|
||||
},
|
||||
/** 查询在用设备列表 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue