src/views/publicSecurity/components/auditBase.vue
@@ -7,7 +7,7 @@ <el-button :size="size" @click="handleSubmit(3)">驳 回</el-button> </template> <template slot-scope="{ row, size, index }" slot="houseCode"> <template slot-scope="{ row, size, index }" slot="houseCode" v-if="this.type == 2"> <el-select v-model="form.houseCode" filterable remote :remote-method="onRemoteMethod" @change="onSelectChange" placeholder="请选择标准地址" reserve-keyword> <el-option v-for="item in standardAddressList" :key="item.houseCode"