From 17a2690c699a73bebe2ae09300ac162965f51682 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 13 八月 2026 13:58:26 +0800
Subject: [PATCH] 发布中不可以新增投标
---
src/components/form-create/components/use-api-select.tsx | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/form-create/components/use-api-select.tsx b/src/components/form-create/components/use-api-select.tsx
index 96003fa..5ff3d2a 100644
--- a/src/components/form-create/components/use-api-select.tsx
+++ b/src/components/form-create/components/use-api-select.tsx
@@ -2,8 +2,8 @@
import { defineComponent, onMounted, ref, useAttrs } from 'vue';
-import { useUserStore } from '..\..\..\packages\stores\src';
-import { isEmpty } from '..\..\..\packages\utils\src';
+import { useUserStore } from '../../../packages/stores/src';
+import { isEmpty } from '../../../packages/utils/src';
import {
Checkbox,
@@ -161,9 +161,9 @@
parseOptions0(data);
return;
}
- // 鎯呭喌涓夛細涓嶆槸 yudao-vue-pro 鏍囧噯杩斿洖
+ // 鎯呭喌涓夛細涓嶆槸鏍囧噯杩斿洖
console.warn(
- `鎺ュ彛[${props.url}] 杩斿洖缁撴灉涓嶆槸 yudao-vue-pro 鏍囧噯杩斿洖寤鸿閲囩敤鑷畾涔夎В鏋愬嚱鏁板鐞哷,
+ `鎺ュ彛[${props.url}] 杩斿洖缁撴灉涓嶆槸鏍囧噯杩斿洖寤鸿閲囩敤鑷畾涔夎В鏋愬嚱鏁板鐞哷,
);
}
--
Gitblit v1.9.3