实测预测数据不复现
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -590,8 +590,12 @@ | ... | @@ -590,8 +590,12 @@ |
590 | if(res.code===200){ | 590 | if(res.code===200){ |
591 | this.form = res.result; | 591 | this.form = res.result; |
592 | if(res.result.qszt !== '0'){ | 592 | if(res.result.qszt !== '0'){ |
593 | console.log(res.result+":res.result") | ||
594 | console.log(res.result.qszt+":res.result.qszt") | ||
595 | console.log(res.result.qszt !== '0'+":res.result.qszt!==0") | ||
593 | this.disableFlag = true; | 596 | this.disableFlag = true; |
594 | } | 597 | } |
598 | console.log(this.disableFlag) | ||
595 | if(this.form.scyclx==='0'){ | 599 | if(this.form.scyclx==='0'){ |
596 | this.$set(this.form,"ycjzmj", this.form.jzmj) | 600 | this.$set(this.form,"ycjzmj", this.form.jzmj) |
597 | this.$set(this.form,"yctnjzmj", this.form.tnjzmj) | 601 | this.$set(this.form,"yctnjzmj", this.form.tnjzmj) | ... | ... |
-
Please register or sign in to post a comment