Kaynağa Gözat

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

rongxin_dev
yangfuda 1 ay önce
ebeveyn
işleme
7d12b2230f
1 değiştirilmiş dosya ile 1 ekleme ve 7 silme
  1. +1
    -7
      src/views/sunVillage_info/information.vue

+ 1
- 7
src/views/sunVillage_info/information.vue Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet