From 686ea06697357355506bde1207ebff6779cab92d Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 13:21:28 +0800 Subject: [PATCH] =?UTF-8?q?--=20fix=20=E5=9C=A8=E7=BA=BF=E8=AF=BE=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/useCommon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/useCommon.js b/src/utils/useCommon.js index 00bf04c0..8317af46 100644 --- a/src/utils/useCommon.js +++ b/src/utils/useCommon.js @@ -63,7 +63,7 @@ export function useAsyncStu(id, type, func) { loading.value && dialog({ duration: 3500, cancel: false, - content: "您选择的学员正在添加中,请耐心等待,进行其他操作不影响此次添加" + content: "您所在项目有学员正在添加中,请耐心等待,进行其他操作不影响此次添加" }); loading.value || (func && func()); });