8ac44502 by zhaoqian

实测预测数据不复现

1 parent ba92d878
......@@ -590,8 +590,12 @@
if(res.code===200){
this.form = res.result;
if(res.result.qszt !== '0'){
console.log(res.result+":res.result")
console.log(res.result.qszt+":res.result.qszt")
console.log(res.result.qszt !== '0'+":res.result.qszt!==0")
this.disableFlag = true;
}
console.log(this.disableFlag)
if(this.form.scyclx==='0'){
this.$set(this.form,"ycjzmj", this.form.jzmj)
this.$set(this.form,"yctnjzmj", this.form.tnjzmj)
......