瀏覽代碼

确权调查问题修改

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();


Loading…
取消
儲存