ad9473f0 by renchao@pashanhoo.com

style:添加不动产单元

1 parent 7db600c6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01 13:36:56
* @LastEditTime: 2024-02-01 14:02:37
-->
<template>
<div class="container">
......@@ -307,7 +307,6 @@
}
},
openDialog (item) {
console.log(item, 'item');
this.$popupDialog('添加不动产单元', "ywbl/ywsq/selectBdc", { 'sqywInfo': { ...item, isworkFrame: true } }, "90%", true)
}
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01 09:23:05
* @LastEditTime: 2024-02-01 14:05:06
-->
<template>
<!-- 抵押权利信息查询 -->
......@@ -164,6 +164,7 @@
if (res.code == 200) {
if (this.sqywInfo.sqywdylx != "1") {
that.bdcdysz = []
that.$refs.table.clearSelection()
}
store.dispatch('user/reMenuRefresh', true)
that.$message({
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01 09:36:41
* @LastEditTime: 2024-02-01 14:04:46
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -142,6 +142,7 @@
if (res.code == 200) {
if (this.sqywInfo.sqywdylx != "1") {
that.bdcdysz = []
that.$refs.table.clearSelection()
}
store.dispatch('user/reMenuRefresh', true)
that.$message({
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01 09:22:50
* @LastEditTime: 2024-02-01 14:05:14
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -132,6 +132,7 @@
if (res.code == 200) {
if (this.sqywInfo.sqywdylx != "1") {
that.bdcdysz = []
that.$refs.table.clearSelection()
}
store.dispatch('user/reMenuRefresh', true)
that.$message({
......