소스 검색

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

rongxin_dev
yangfuda 1 개월 전
부모
커밋
7d12b2230f
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -7
      src/views/sunVillage_info/information.vue

+ 1
- 7
src/views/sunVillage_info/information.vue 파일 보기

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


불러오는 중...
취소
저장