This commit is contained in:
liushiwei
2023-09-12 08:52:58 +08:00
parent 5d38372094
commit c7be87fb7a
2 changed files with 5 additions and 1 deletions

View File

@@ -463,9 +463,11 @@
this.getList(data, this.mallList[this.loadMallIndex].mallId, this.mallList[this.loadMallIndex].mallName, 1)
} else {
this.isLoading = false
this.isDlgLoading = false
Message.success("所有店铺备货单已加载完成")
}
} else {
this.isLoading = false
this.isDlgLoading = false
}
}

View File

@@ -72,7 +72,7 @@
<el-table-column slot="options" label="操作" width="80px" v-if="!isBegin" show-overflow-tooltip align="center" fixed="right">
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="remove(row.subPurchaseOrderSn)">移除</el-button>
<el-button type="text" @click="remove(row.subPurchaseOrderBasicVO.subPurchaseOrderSn)">移除</el-button>
</div>
</template>
</el-table-column>
@@ -331,9 +331,11 @@
this.getList(data, this.mallList[this.loadMallIndex].mallId, this.mallList[this.loadMallIndex].mallName, 1)
} else {
this.isLoading = false
this.isDlgLoading = false
Message.success("所有店铺备货单已加载完成")
}
} else {
this.isLoading = false
this.isDlgLoading = false
}
}