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