jiangping
2023-08-25 282e032b5771da13d224214d3b0b71f3efde9a42
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
      })