From 87958d6d33603fa673cb7c8f5caf2394689959bf Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期四, 21 十一月 2024 11:00:43 +0800 Subject: [PATCH] 1. 图片选择组件移动到全局组件文件夹 2. 涉及到使用图片选择组件添加图片区域loading 3. 无用页面删除 --- src/views/fysp/check/components/CompProblemAddOrUpd.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/fysp/check/components/CompProblemAddOrUpd.vue b/src/views/fysp/check/components/CompProblemAddOrUpd.vue index 940347a..1200e69 100644 --- a/src/views/fysp/check/components/CompProblemAddOrUpd.vue +++ b/src/views/fysp/check/components/CompProblemAddOrUpd.vue @@ -214,7 +214,6 @@ </CompGenericWrapper> </template> <script> -import CompGenericWrapper from './CompGenericWrapper.vue'; import ArbitraryPhoto from './ArbitraryPhoto.vue'; import CompLedgerPhoto from './CompLedgerPhoto.vue'; import CompDevicePhoto from './CompDevicePhoto.vue'; @@ -232,7 +231,6 @@ ArbitraryPhoto, CompDevicePhoto, CompLedgerPhoto, - CompGenericWrapper }, props: { readonly: { @@ -263,6 +261,7 @@ }, data() { return { + // fixme 2024.11.20 瀛愮粍浠跺垵濮嬪寲鏃舵満闂 initPropsCount: 0, // 鍒濆棰勮鍥剧墖index initialIndex: -1, -- Gitblit v1.9.3