Showing
2 changed files
with
2 additions
and
0 deletions
| ... | @@ -197,6 +197,7 @@ export default { | ... | @@ -197,6 +197,7 @@ export default { |
| 197 | }); | 197 | }); |
| 198 | }).catch(() => { | 198 | }).catch(() => { |
| 199 | this.msgSuccess('配舱已取消') | 199 | this.msgSuccess('配舱已取消') |
| 200 | + this.loading = false | ||
| 200 | this.cleaerForm(); | 201 | this.cleaerForm(); |
| 201 | this.$emit("dialogBeforeClose", { | 202 | this.$emit("dialogBeforeClose", { |
| 202 | close: false, | 203 | close: false, | ... | ... |
| ... | @@ -900,6 +900,7 @@ export default { | ... | @@ -900,6 +900,7 @@ export default { |
| 900 | //取消按钮 | 900 | //取消按钮 |
| 901 | cancel() { | 901 | cancel() { |
| 902 | this.routeList = [] | 902 | this.routeList = [] |
| 903 | + this.ishighPriceWeightPercent = true | ||
| 903 | this.routeMultiple = false | 904 | this.routeMultiple = false |
| 904 | this.open = false; | 905 | this.open = false; |
| 905 | this.findAllFltData(); | 906 | this.findAllFltData(); | ... | ... |
-
Please register or login to post a comment