web_standard/src/views/ext/appliancesExt.vue
@@ -15,7 +15,7 @@ <el-option v-for="item in appTypes" :key="item.id" :label="item.combinationName" :label="item.name" :value="item.id" > </el-option> @@ -393,7 +393,7 @@ 'field.main': 'name' }) this.search() checkAllList({ bmodelCateType: 2 }) checkAllList({ cateType: 2 }) .then(res => { this.appTypes = res })