shuishen
2024-01-17 3c8ce26ad8f5d894944c8d6eca630ee66a06f4d1
src/views/place/index.vue
@@ -48,9 +48,7 @@
            </template>
        </avue-crud>
        <el-dialog class="place-info-box" title="场所维护" append-to-body :visible.sync="roleBox" center @close="roleBoxClose">
            <baseAllInfo></baseAllInfo>
        </el-dialog>
        <baseAllInfo ref="BaseAllInfo"></baseAllInfo>
        <el-dialog class="place-info-box audit-info-box" title="审核" append-to-body :visible.sync="auditBasePopup"
            width="30%">
@@ -93,9 +91,6 @@
        }
        return {
            curRow: {},
            roleBox: false,
            form: {},
            query: {},
            loading: true,
@@ -548,13 +543,8 @@
            this.auditBasePopup = true
        },
        roleBoxClose () {
            this.curRow = {}
        },
        ManageTenants (item) {
            this.curRow = item
            this.roleBox = true
            this.$refs.BaseAllInfo.initOpen(item)
        },
        rowSave (row, done, loading) {