Mr.Zhang
2023-09-06 a89fe32c353040bbb95d7519cf7bafc4b5934f10
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
      })