解包出桶
This commit is contained in:
@@ -209,6 +209,7 @@
|
||||
return
|
||||
}
|
||||
this.showDialog = true
|
||||
this._structListByWorkId()
|
||||
},
|
||||
// 库位选择事件
|
||||
onStructChange(e) {
|
||||
@@ -256,6 +257,10 @@
|
||||
let res = await structListByWorkId(this.pkId)
|
||||
if (res.code === '200') {
|
||||
this.structList = res.data
|
||||
this.structList.map(el => {
|
||||
this.$set(el, 'text', el.struct_name)
|
||||
this.$set(el, 'value', el.struct_code)
|
||||
})
|
||||
}
|
||||
},
|
||||
async _regionList () {
|
||||
|
||||
Reference in New Issue
Block a user