uu
This commit is contained in:
parent
c45554946b
commit
471577f735
@ -34,7 +34,7 @@
|
||||
|
||||
<view class="dt-block">
|
||||
<view class="mb-20">
|
||||
<buns-locus-pos :billCode="searchParam.billCode"></buns-locus-pos>
|
||||
<buns-locus-pos :billCode="searchParam.billCode" ref="lcusRef"></buns-locus-pos>
|
||||
</view>
|
||||
</view>
|
||||
</div>
|
||||
@ -134,6 +134,9 @@
|
||||
let res = await apiService.getOrderDetail({...this.searchParam, _loading: true})
|
||||
// 通过对象合并才能修改父级 数据
|
||||
Object.assign(this.modelInfo, res.data || {})
|
||||
setTimeout(()=> {
|
||||
this.$refs.lcusRef.initData()
|
||||
}, 300)
|
||||
},
|
||||
handleSubmitDanCheck() {
|
||||
this.danCheckModal.show = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user