Browse Source

Merge branch 'master' of 121.41.102.225:Nidong/jiufang into hw

mushencc 3 years ago
parent
commit
96c8e1015e

+ 1 - 1
src/views/BidSystem/ProductDeOrder/infoDetail.vue

@@ -915,7 +915,7 @@ export default {
         if (this.search_state) {
         if (this.search_state) {
           this.axios
           this.axios
             .post("/api/order_area_details", {
             .post("/api/order_area_details", {
-              order_no: this.$route.query.order_no,
+              order_no: this.$route.query.order_no || this.saveData.order_no,
               oa_id: this.$route.query.oa_id,
               oa_id: this.$route.query.oa_id,
               page_index: this.page_index,
               page_index: this.page_index,
               page_size: this.page_size,
               page_size: this.page_size,

+ 1 - 0
src/views/OrderMannage/BusinessOrderlist/edit.vue

@@ -4032,6 +4032,7 @@ export default {
             element.measureCalc = element.e_title;
             element.measureCalc = element.e_title;
           });
           });
           this.tableData.splice(rowIndex, 1, row);
           this.tableData.splice(rowIndex, 1, row);
+          row.extArray = [];
           row.get_first_data = false;
           row.get_first_data = false;
           // this.$forceUpdate();
           // this.$forceUpdate();
         });
         });