8977d377 by 杨威
2 parents 87ffdb8b 70f3d83f
...@@ -625,8 +625,8 @@ ...@@ -625,8 +625,8 @@
625 } 625 }
626 }, 626 },
627 tableData(){ 627 tableData(){
628 if(this.tableData.length>1){
629 this.gyfsList = this.$store.state.gyfsList; 628 this.gyfsList = this.$store.state.gyfsList;
629 if(this.tableData.length>1){
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,7 +26,7 @@ ...@@ -26,7 +26,7 @@
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"
......