3b89eb5f by renchao@pashanhoo.com

style:权利人信息

1 parent 2a5ef1e7
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
541 cancelButtonText: '取消', 541 cancelButtonText: '取消',
542 }).then(() => { 542 }).then(() => {
543 replace(val.bsmCompany, this.$route.query.bsmSlsq, bsmSldy).then(res => { 543 replace(val.bsmCompany, this.$route.query.bsmSlsq, bsmSldy).then(res => {
544 that.$emit("updateDetail", _.cloneDeep(val)); 544 that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' }));
545 that.$emit("input", false); 545 that.$emit("input", false);
546 if (res.code == 200) { 546 if (res.code == 200) {
547 that.$message({ 547 that.$message({
......