Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
21 additions
and
0 deletions
| ... | @@ -711,6 +711,27 @@ | ... | @@ -711,6 +711,27 @@ |
| 711 | this.$refs.zjzlbsm.$el.style.border = ''; | 711 | this.$refs.zjzlbsm.$el.style.border = ''; |
| 712 | } | 712 | } |
| 713 | }, | 713 | }, |
| 714 | |||
| 715 | // "formData.gyfsbsm":function (val) { | ||
| 716 | // let ddsy = ''; | ||
| 717 | // for(let i = 0;i<this.gyfsList.length;i++){ | ||
| 718 | // if(this.gyfsList[i].mc === "单独所有"){ | ||
| 719 | // ddsy = this.gyfsList[i].bsm | ||
| 720 | // } | ||
| 721 | // } | ||
| 722 | // if(ddsy === val){ | ||
| 723 | // if(this.update){ | ||
| 724 | // if(this.tableData.length > 1){ | ||
| 725 | // this.$message.warning("权利人人数大于1,不能选择单独所有") | ||
| 726 | // } | ||
| 727 | // }else{ | ||
| 728 | // if(this.tableData.length > 0){ | ||
| 729 | // this.$message.warning("权利人人数大于1,不能选择单独所有") | ||
| 730 | // } | ||
| 731 | // } | ||
| 732 | // | ||
| 733 | // } | ||
| 734 | // } | ||
| 714 | } | 735 | } |
| 715 | }; | 736 | }; |
| 716 | </script> | 737 | </script> | ... | ... |
-
Please register or sign in to post a comment