This commit is contained in:
2025-09-17 16:09:45 +08:00
parent ec7438d90b
commit d835e52c69
7 changed files with 36 additions and 13 deletions

View File

@@ -53,7 +53,6 @@
</table>
</view>
</view>
<uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/>
</view>
<view class="zd_content">
<view class="zd_wrapper">
@@ -154,7 +153,7 @@
let res = await getMoveDocumentInfo('1', this.val1, this.mdid)
if (res && res.data.length > 0) {
this.dataList = [...res.data]
this.mdid = ths.dataList[0].moveinvdtl_id
this.mdid = this.dataList[0].moveinvdtl_id
if (this.dataList.length && this.mdid) {
this._getMoveDocumentInfo2()
}