From d5ffec728c333461b466ba5761616f90076117e5 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期五, 19 四月 2024 17:57:04 +0800 Subject: [PATCH] 1、主要完成对一些基础类的替换,将以前老的bean对象换成新平台的bean对象。 2、对树的查询接口进行修改测试联调。 3、对列表数据的查询接口进行修改测试联调。 4、对通用保存接口进行编写测试。 --- Source/ProjectWeb/src/components/refer/vciWebRefer.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/ProjectWeb/src/components/refer/vciWebRefer.vue b/Source/ProjectWeb/src/components/refer/vciWebRefer.vue index 5f63690..c07ef45 100644 --- a/Source/ProjectWeb/src/components/refer/vciWebRefer.vue +++ b/Source/ProjectWeb/src/components/refer/vciWebRefer.vue @@ -178,10 +178,10 @@ }, data() { return { - refertype: this.referConfig.options.type, + refertype: this.referConfig.type, emitData: {}, - width:this.referConfig.options.width || '900px', - height:this.referConfig.options.height || '600px' + width:this.referConfig.width || '900px', + height:this.referConfig.height || '500px' }; }, computed: { -- Gitblit v1.9.3