This commit is contained in:
aihe 2024-06-14 20:46:07 +08:00
parent c45554946b
commit 471577f735

View File

@ -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