style:权利人信息
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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({ | ... | ... |
-
Please register or sign in to post a comment