style:添加不动产单元
Showing
4 changed files
with
7 additions
and
5 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-01 13:36:56 | 4 | * @LastEditTime: 2024-02-01 14:02:37 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="container"> | 7 | <div class="container"> |
| ... | @@ -307,7 +307,6 @@ | ... | @@ -307,7 +307,6 @@ |
| 307 | } | 307 | } |
| 308 | }, | 308 | }, |
| 309 | openDialog (item) { | 309 | openDialog (item) { |
| 310 | console.log(item, 'item'); | ||
| 311 | this.$popupDialog('添加不动产单元', "ywbl/ywsq/selectBdc", { 'sqywInfo': { ...item, isworkFrame: true } }, "90%", true) | 310 | this.$popupDialog('添加不动产单元', "ywbl/ywsq/selectBdc", { 'sqywInfo': { ...item, isworkFrame: true } }, "90%", true) |
| 312 | } | 311 | } |
| 313 | } | 312 | } | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-01 09:23:05 | 4 | * @LastEditTime: 2024-02-01 14:05:06 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 抵押权利信息查询 --> | 7 | <!-- 抵押权利信息查询 --> |
| ... | @@ -164,6 +164,7 @@ | ... | @@ -164,6 +164,7 @@ |
| 164 | if (res.code == 200) { | 164 | if (res.code == 200) { |
| 165 | if (this.sqywInfo.sqywdylx != "1") { | 165 | if (this.sqywInfo.sqywdylx != "1") { |
| 166 | that.bdcdysz = [] | 166 | that.bdcdysz = [] |
| 167 | that.$refs.table.clearSelection() | ||
| 167 | } | 168 | } |
| 168 | store.dispatch('user/reMenuRefresh', true) | 169 | store.dispatch('user/reMenuRefresh', true) |
| 169 | that.$message({ | 170 | that.$message({ | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-01 09:36:41 | 4 | * @LastEditTime: 2024-02-01 14:04:46 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
| ... | @@ -142,6 +142,7 @@ | ... | @@ -142,6 +142,7 @@ |
| 142 | if (res.code == 200) { | 142 | if (res.code == 200) { |
| 143 | if (this.sqywInfo.sqywdylx != "1") { | 143 | if (this.sqywInfo.sqywdylx != "1") { |
| 144 | that.bdcdysz = [] | 144 | that.bdcdysz = [] |
| 145 | that.$refs.table.clearSelection() | ||
| 145 | } | 146 | } |
| 146 | store.dispatch('user/reMenuRefresh', true) | 147 | store.dispatch('user/reMenuRefresh', true) |
| 147 | that.$message({ | 148 | that.$message({ | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-01 09:22:50 | 4 | * @LastEditTime: 2024-02-01 14:05:14 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
| ... | @@ -132,6 +132,7 @@ | ... | @@ -132,6 +132,7 @@ |
| 132 | if (res.code == 200) { | 132 | if (res.code == 200) { |
| 133 | if (this.sqywInfo.sqywdylx != "1") { | 133 | if (this.sqywInfo.sqywdylx != "1") { |
| 134 | that.bdcdysz = [] | 134 | that.bdcdysz = [] |
| 135 | that.$refs.table.clearSelection() | ||
| 135 | } | 136 | } |
| 136 | store.dispatch('user/reMenuRefresh', true) | 137 | store.dispatch('user/reMenuRefresh', true) |
| 137 | that.$message({ | 138 | that.$message({ | ... | ... |
-
Please register or sign in to post a comment