| @@ -126,7 +126,7 @@ | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| getList(){ | getList(){ | ||||
| console.log("getList()"); | |||||
| this.loading = true; | |||||
| this.queryParams.params = {}; | this.queryParams.params = {}; | ||||
| this.queryParams.params["queryOr"] = this.queryParams.queryOr; | this.queryParams.params["queryOr"] = this.queryParams.queryOr; | ||||
| setTimeout(() => { | setTimeout(() => { | ||||
| @@ -181,9 +181,7 @@ | |||||
| }, | }, | ||||
| /** 删除按钮操作 */ | /** 删除按钮操作 */ | ||||
| handleDelete(row,index) { | handleDelete(row,index) { | ||||
| const ids = row.id || this.ids; | const ids = row.id || this.ids; | ||||
| this.$dialog.alert( | this.$dialog.alert( | ||||
| { | { | ||||
| message:'是否确认删除合同信息?', | message:'是否确认删除合同信息?', | ||||
| @@ -211,12 +209,8 @@ | |||||
| this.$router.push('/sunVillage_info/informationAdd') | this.$router.push('/sunVillage_info/informationAdd') | ||||
| }, | }, | ||||
| getSearchList(){ | getSearchList(){ | ||||
| if(this.queryParams.queryOr == null){ | |||||
| return; | |||||
| } | |||||
| this.applicationList = []; | this.applicationList = []; | ||||
| this.queryParams.pageNum = 1; | this.queryParams.pageNum = 1; | ||||
| console.log("getList()1"); | |||||
| this.getList(); | this.getList(); | ||||
| }, | }, | ||||
| openContractionStatus() { | openContractionStatus() { | ||||