90fd387b by zhaoqian

权利人共有方式

1 parent d517d898
......@@ -384,9 +384,11 @@
type: "warning",
});
}else {
this.formData.gyfsbsm=this.gyfs;
this.dialogVisible = true;
}
}else {
this.formData.gyfsbsm=this.gyfs;
this.dialogVisible = true;
}
},
......@@ -405,7 +407,7 @@
this.formData.dlrList[k].type=1;
this.formData.addQjDlrFrRequest.push(this.formData.dlrList[k]);
}
this.formData.gyfsbsm=this.gyfs;
//如果是从更新按钮点击确定的则进行更新操作,如果不是,则进行添加操作
if(this.update){
console.log(this.formData)
......