Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
2 changed files
with
1 additions
and
5 deletions
| ... | @@ -590,13 +590,8 @@ | ... | @@ -590,13 +590,8 @@ |
| 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(JSON.stringify(res)+":res") | ||
| 594 | console.log(JSON.stringify(res.result)+":res.result") | ||
| 595 | console.log(res.result.qszt+":res.result.qszt") | ||
| 596 | console.log(res.result.qszt !== '0'+":res.result.qszt!==0") | ||
| 597 | this.disableFlag = true; | 593 | this.disableFlag = true; |
| 598 | } | 594 | } |
| 599 | console.log(this.disableFlag) | ||
| 600 | if(this.form.scyclx==='0'){ | 595 | if(this.form.scyclx==='0'){ |
| 601 | this.$set(this.form,"ycjzmj", this.form.jzmj) | 596 | this.$set(this.form,"ycjzmj", this.form.jzmj) |
| 602 | this.$set(this.form,"yctnjzmj", this.form.tnjzmj) | 597 | this.$set(this.form,"yctnjzmj", this.form.tnjzmj) | ... | ... |
| ... | @@ -554,6 +554,7 @@ export default { | ... | @@ -554,6 +554,7 @@ export default { |
| 554 | if (type) { | 554 | if (type) { |
| 555 | // 双击 | 555 | // 双击 |
| 556 | this.hbsm = this.bsms[this.bsms.length - 1]; | 556 | this.hbsm = this.bsms[this.bsms.length - 1]; |
| 557 | this.$store.state.hbsm=this.hbsm; | ||
| 557 | this.hbjVisible = true; | 558 | this.hbjVisible = true; |
| 558 | this.$nextTick(function() { | 559 | this.$nextTick(function() { |
| 559 | this.$refs.hbj.getHInfo(this.hbsm); | 560 | this.$refs.hbj.getHInfo(this.hbsm); | ... | ... |
-
Please register or sign in to post a comment