浏览代码

宅基地调查使用权人优化

rongxin_prod
Xyq123* 1年前
父节点
当前提交
eaad89a946
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. +7
    -3
      src/views/homesteadSurvey/shyqrAdd.vue

+ 7
- 3
src/views/homesteadSurvey/shyqrAdd.vue 查看文件

@@ -463,7 +463,7 @@ export default {
this.$set(this.form, "xb", val.sqrxb);
this.$set(this.form, "hklx", val.hklx);
this.$set(this.form, "sfbncjtjjzzcy", val.sfbjtjjzzcy);
listNmfw({zjddm:this.zjdzdxx.zjddm,nhdm:val.nhdm}).then(response => {
listNmfw({zjddm:this.zjdzdxx.zjddm}).then(response => {
this.nmfwDictionaries = response.rows;
});
this.shownhdm = false;
@@ -539,8 +539,12 @@ export default {
this.shownhdm =false;
},
onConfirmnmfwdm(val){
this.form.nmfwdm = val.nmfwdm;
this.shownmfwdm = false;
if(val.sfytrgy === "0" && val.nhdm){
this.$toast("不能与其他人共有!");
}else{
this.form.nmfwdm = val.nmfwdm;
this.shownmfwdm = false;
}
},
guidProduct(){
return 'xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx'.replace(/[xy]/g, function (c) {


正在加载...
取消
保存