소스 검색

确权调查问题修改

rongxin_prod
QI_YUJIE 1 년 전
부모
커밋
761da8b8c7
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -0
      src/views/contracted/village/contractor/contractorFamilyDetail.vue
  2. +5
    -1
      src/views/contracted/village/contractor/contractorLandDetail.vue

+ 6
- 0
src/views/contracted/village/contractor/contractorFamilyDetail.vue 파일 보기

@@ -207,6 +207,9 @@
message: '保存成功',
duration:"1000",
onClose: () => {
if (this.form.yhzgx === '02') {
this.$route.params.cbfmc = this.form.cyxm;
}
this.goBack();
}
});
@@ -222,6 +225,9 @@
message: '保存成功',
duration:"1000",
onClose: () => {
if (this.form.yhzgx === '02') {
this.$route.params.cbfmc = this.form.cyxm;
}
this.goBack();
}
});


+ 5
- 1
src/views/contracted/village/contractor/contractorLandDetail.vue 파일 보기

@@ -168,10 +168,14 @@
this.getDicts("is_common").then(response => {
this.sfjbntOptions = response.data;
});
},
mounted() {
if (this.$route.params.id) {
this.titleName = '修改承包地信息';
this.isDisabled = true;
this.getDetail();
setTimeout(() => {
this.getDetail();
}, 500)
} else {
this.titleName = '新增承包地信息';
this.resetForm();


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