jinhui.wang

loading状态修正,参数初始化修正

......@@ -197,6 +197,7 @@ export default {
});
}).catch(() => {
this.msgSuccess('配舱已取消')
this.loading = false
this.cleaerForm();
this.$emit("dialogBeforeClose", {
close: false,
......
......@@ -900,6 +900,7 @@ export default {
//取消按钮
cancel() {
this.routeList = []
this.ishighPriceWeightPercent = true
this.routeMultiple = false
this.open = false;
this.findAllFltData();
......