zhangqiOMG %!s(int64=2) %!d(string=hai) anos
pai
achega
87c3e1c455

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

@@ -502,6 +502,7 @@ export default {
       if (res.data !== '成功') {
         this.errorUrl = res.data
       }
+      this.queryMainData()
     }
   },
   mounted () {

+ 10 - 11
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -10,7 +10,7 @@
         ref="multipleTable"
         :data="tableData"
         size="small"
-        height="calc(100vh - 500px)"
+        max-height="500px"
         stripe
         border
         @selection-change	="selectionChange">
@@ -371,6 +371,11 @@ export default {
       this.tableData = res.data
       this.total = res.total
       this.currentPage = res.pageNumber
+      setTimeout(() => {
+         this.$nextTick(() => {
+          this.$refs.multipleTable.doLayout()
+        });
+      }, 300);
     },
     handleSizeChange(val) {
       // console.log(`每页 ${val} 条`);
@@ -544,17 +549,11 @@ export default {
     })
     console.log(this.columnTitle)
   },
-  watch:{
-    listData () {
-      this.$nextTick(() => {
-          this.$refs.mutipleTable.doLayout();
-      });
-
-    }
-  }
 }
 
 </script>
-<style scoped>
-
+<style>
+body .el-table th.gutter{
+display: table-cell!important;
+}
 </style>

+ 1 - 0
src/SDrpManagement/agentOrder/details/index.vue

@@ -369,6 +369,7 @@ export default {
       if (res.data !== '成功') {
         this.errorUrl = res.data
       }
+      this.queryMainData()
     }
   },
   mounted () {

+ 1 - 0
src/SDrpManagement/salerOrder/details/index.vue

@@ -399,6 +399,7 @@ export default {
       if (res.data !== '成功') {
         this.errorUrl = res.data
       }
+      this.queryMainData()
     },
     reback () {
       this.$confirm('确定撤回订单吗?', '提示', {