90fd387b by zhaoqian

权利人共有方式

1 parent d517d898
...@@ -384,9 +384,11 @@ ...@@ -384,9 +384,11 @@
384 type: "warning", 384 type: "warning",
385 }); 385 });
386 }else { 386 }else {
387 this.formData.gyfsbsm=this.gyfs;
387 this.dialogVisible = true; 388 this.dialogVisible = true;
388 } 389 }
389 }else { 390 }else {
391 this.formData.gyfsbsm=this.gyfs;
390 this.dialogVisible = true; 392 this.dialogVisible = true;
391 } 393 }
392 }, 394 },
...@@ -405,7 +407,7 @@ ...@@ -405,7 +407,7 @@
405 this.formData.dlrList[k].type=1; 407 this.formData.dlrList[k].type=1;
406 this.formData.addQjDlrFrRequest.push(this.formData.dlrList[k]); 408 this.formData.addQjDlrFrRequest.push(this.formData.dlrList[k]);
407 } 409 }
408 410 this.formData.gyfsbsm=this.gyfs;
409 //如果是从更新按钮点击确定的则进行更新操作,如果不是,则进行添加操作 411 //如果是从更新按钮点击确定的则进行更新操作,如果不是,则进行添加操作
410 if(this.update){ 412 if(this.update){
411 console.log(this.formData) 413 console.log(this.formData)
......