7fcdce48 by zhaoqian

权利人表单获取数据问题

1 parent f9bc58d5
...@@ -519,8 +519,9 @@ ...@@ -519,8 +519,9 @@
519 if(res.code===200){ 519 if(res.code===200){
520 this.dialogVisible = false; 520 this.dialogVisible = false;
521 this.tableData.push(this.formData); 521 this.tableData.push(this.formData);
522 Object.assign(this.$data, this.$options.data())
523 this.getQlrInfo(this.bsm); 522 this.getQlrInfo(this.bsm);
523 Object.assign(this.$data, this.$options.data())
524
524 } 525 }
525 }) 526 })
526 } 527 }
......