fb297a33 by yangwei

代办业务的受理申请页面,共有方式为单独所有时无法添加多个权利人

1 parent c3242e2d
......@@ -166,8 +166,12 @@ export default {
// 新增
addClick () {
this.dialog = true
this.isaddupdate = true
if(this.gyfs == '0' && this.tableDataList.length > 0){
this.$message.warning("当前共有方式为单独所有,无法添加多个权利人")
}else{
this.dialog = true
this.isaddupdate = true
}
},
// 删除
......