瀏覽代碼

审核刷新订单明细列表

qymljy 1 年之前
父節點
當前提交
b348e28066
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/HDrpManagement/orderManage/details/index.vue

+ 1 - 1
src/HDrpManagement/orderManage/details/index.vue

@@ -222,6 +222,7 @@ export default {
           this.rebateamount = this.mainData.rebateamount
         }
         console.log(this.mainData);
+        this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
         this.queryUsedrebate()
         this.changeDataStructure()
         this.orderreviewtype()
@@ -423,7 +424,6 @@ export default {
         this.tool.showMessage(res,async ()=>{
           this.visible = false
           this.queryMainData()
-          this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
         })
       }).catch((err) => {
         this.$message({