Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -770,7 +770,7 @@ export default { | ... | @@ -770,7 +770,7 @@ export default { |
| 770 | findFltById(row).then((response) => { | 770 | findFltById(row).then((response) => { |
| 771 | if (response.code == 200) { | 771 | if (response.code == 200) { |
| 772 | this.form = response.data; | 772 | this.form = response.data; |
| 773 | - this.form.route.split(';') | 773 | + this.form.route = this.form.route.split(';') |
| 774 | //是否开启高低价 | 774 | //是否开启高低价 |
| 775 | // this.form.highLowPriceFlg = this.form.highLowPriceFlg === 1 ? true : false; | 775 | // this.form.highLowPriceFlg = this.form.highLowPriceFlg === 1 ? true : false; |
| 776 | //是否预审 | 776 | //是否预审 | ... | ... |
-
Please register or login to post a comment