提交 664873fe authored 作者: huaxinzhu's avatar huaxinzhu

批量发货,成功更新

上级 2cd7aa75
......@@ -304,8 +304,6 @@
mounted() {
/** 获取 seller_id*/
this.sellerId = this.$store.state.user.sellerid;
// 获取 订单 状态对应数量
this.getOrderTab()
// 订单列表 搜索
this.getListOrder()
//
......@@ -460,6 +458,8 @@
listOrder(params).then(res => {
if (res.code == 1) {
// 获取 订单 状态对应数量
this.getOrderTab()
// 每次订单 查询成功,保存查询参数,供商品导出接口使用(入参)
this.exportParams = params;
//console.log("初始赋值:",this.exportParams);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论