shuishen
2024-01-17 f30fc0f21def73173fdf43d89aa6dbf4bc0ab9d1
场所管理二级关联回显异常;
房屋管理地址搜索;
2 files modified
25 ■■■■■ changed files
src/views/place/components/baseAllInfo.vue 9 ●●●●● patch | view | raw | blame | history
src/views/userHouse/houseList.vue 16 ●●●●● patch | view | raw | blame | history
src/views/place/components/baseAllInfo.vue
@@ -1,7 +1,7 @@
<template>
    <el-dialog class="place-info-box" title="场所维护" append-to-body :visible.sync="roleBox" center @close="roleBoxClose">
        <div class="cur-container-box">
        <div class="cur-container-box" v-if="roleBox">
            <div class="content-box">
@@ -26,6 +26,7 @@
                <el-button size="small" @click="roleBoxClose">关 闭</el-button>
            </div>
        </div>
    </el-dialog>
@@ -390,11 +391,7 @@
                getPlace(newData['id']),
                getPlaceExt({ placeId: newData['id'] }),
            ]).then(that.$axios.spread(function (baseInfo, restInfo) {
                that.form = {
                    ...baseInfo.data.data,
                    neiCode: String(baseInfo.data.data.neiCode),
                    gridId: String(baseInfo.data.data.gridId),
                }
                that.form = baseInfo.data.data
                console.log(that.form, 90999)
                // that.$nextTick(() => that.$refs.baseForm.dicInit('cascader'))
src/views/userHouse/houseList.vue
@@ -166,15 +166,15 @@
                    }, {
                        label: '绿',
                        // value: '#30D17C'
                        value:'green'
                        value: 'green'
                    }, {
                        label: '黄',
                        // value: '#FFB42B'
                        value:'yellow'
                        value: 'yellow'
                    }, {
                        label: '红',
                        // value: '#EA1F1F'
                        value:'red'
                        value: 'red'
                    }],
                    rules: [{
                        required: true,
@@ -227,21 +227,15 @@
                        display: false
                    },
                    {
                        width: 156,
                        overHidden: true,
                        label: "地址",
                        prop: "address",
                        display: false,
                    },
                    {
                        // hide: true, 
                        width: 220,
                        overHidden: true,
                        label: '地址',
                        parent: false,
                        prop: "houseName",
                        searchSpan: 4,
                        display: false,
                        searchLabelWidth: 66,
                        searchSpan: 4,
                        search: true,
                    },
                    {