jinhui.wang

状态修改

...@@ -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 //是否预审
......