Browse Source

合同信息列表增加筛选条件

rongxin_dev
yangfuda 1 month ago
parent
commit
7d12b2230f
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      src/views/sunVillage_info/information.vue

+ 1
- 7
src/views/sunVillage_info/information.vue View File

@@ -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() {


Loading…
Cancel
Save