Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

zyf 2 vuotta sitten
vanhempi
commit
98edf5ee36

+ 1 - 0
src/views/appoint/components/inward/addTransPrice.vue

@@ -324,6 +324,7 @@ export default {
             type: "success",
             type: "success",
             message: "新增运输单价成功!"
             message: "新增运输单价成功!"
           });
           });
+          this.$router.go(-1);
         }
         }
       });
       });
     },
     },

+ 2 - 3
src/views/appoint/components/inward/transPrice.vue

@@ -36,7 +36,6 @@
         <!-- 历史启用 -->
         <!-- 历史启用 -->
         <el-tab-pane label="历史启用" name="second">
         <el-tab-pane label="历史启用" name="second">
           <dilTable
           <dilTable
-            ref="excelDom"
             v-bind.sync="option2"
             v-bind.sync="option2"
             :loading="loading"
             :loading="loading"
             :isKuang="isKuang"
             :isKuang="isKuang"
@@ -86,8 +85,8 @@ export default {
         this.option.requestUrl =
         this.option.requestUrl =
           "/api/v1/ams/getInwardContractPrice?apiId=464&con=" + this.input;
           "/api/v1/ams/getInwardContractPrice?apiId=464&con=" + this.input;
       } else {
       } else {
-        this.option.requestUrl =
-          "/api/v1/ams/getInwardContractPrice?apiId=464&i=" + new Date();
+          this.option.requestUrl =
+            "/api/v1/ams/getInwardContractPrice?apiId=464&deleted=0&i=" + new Date();
       }
       }
     },
     },
     btnclick() {
     btnclick() {