소스 검색

承包合同修改

rongxin_prod
QI_YUJIE 1 년 전
부모
커밋
304640eda6
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      src/views/sunVillage_info/list_cbht.vue

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

@@ -305,7 +305,13 @@
this.$toast({
icon: 'success',
message: '归档完成',
duration: "1000"
duration: "1000",
onClose: () => {
this.queryParams.pageNum = 1;
this.finished = false;
this.applicationList = [];
this.getList();
}
});
}
});


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