权属状态禁用状态
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -590,7 +590,7 @@ | ... | @@ -590,7 +590,7 @@ |
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") | 593 | console.log(this.form+":res.result") |
594 | console.log(res.result.qszt+":res.result.qszt") | 594 | console.log(res.result.qszt+":res.result.qszt") |
595 | console.log(res.result.qszt !== '0'+":res.result.qszt!==0") | 595 | console.log(res.result.qszt !== '0'+":res.result.qszt!==0") |
596 | this.disableFlag = true; | 596 | this.disableFlag = true; | ... | ... |
-
Please register or sign in to post a comment