Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -625,8 +625,8 @@ | ... | @@ -625,8 +625,8 @@ |
625 | } | 625 | } |
626 | }, | 626 | }, |
627 | tableData(){ | 627 | tableData(){ |
628 | this.gyfsList = this.$store.state.gyfsList; | ||
628 | if(this.tableData.length>1){ | 629 | if(this.tableData.length>1){ |
629 | this.gyfsList = this.$store.state.gyfsList; | ||
630 | for(let i = 0;i<this.gyfsList.length;i++){ | 630 | for(let i = 0;i<this.gyfsList.length;i++){ |
631 | let item = this.gyfsList[i]; | 631 | let item = this.gyfsList[i]; |
632 | this.gyfsList[i].disabled = item.mc === "单独所有"; | 632 | this.gyfsList[i].disabled = item.mc === "单独所有"; | ... | ... |
... | @@ -26,9 +26,9 @@ | ... | @@ -26,9 +26,9 @@ |
26 | @change="query" | 26 | @change="query" |
27 | ></el-input> | 27 | ></el-input> |
28 | </el-form-item> | 28 | </el-form-item> |
29 | <el-button type="primary" @click="query">查询</el-button> | 29 | <el-button type="primary" @click="query" icon="el-icon-search">查询</el-button> |
30 | <el-button type="warning" @click="reset">重置</el-button> | 30 | <el-button type="warning" @click="reset">重置</el-button> |
31 | <el-button | 31 | <el-button |
32 | type="primary" | 32 | type="primary" |
33 | @click="moreSearch" | 33 | @click="moreSearch" |
34 | >更多查询 | 34 | >更多查询 | ... | ... |
-
Please register or sign in to post a comment