From 2903f0fb05e8818bf5be4b7f629f7d8226480fa1 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期五, 25 八月 2023 18:36:37 +0800 Subject: [PATCH] 1.0.3 企业 大屏 平台 --- web_standard/src/views/ext/appliancesExt.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_standard/src/views/ext/appliancesExt.vue b/web_standard/src/views/ext/appliancesExt.vue index 194cd73..bb77f3d 100644 --- a/web_standard/src/views/ext/appliancesExt.vue +++ b/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 }) -- Gitblit v1.9.3