From 9eb4101ee9c93d8d4a15af2a51ec65d70be4b893 Mon Sep 17 00:00:00 2001 From: qinzhenpen Date: Tue, 2 Apr 2024 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=BA=94=E7=94=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=95=B0=E5=AD=97=E7=BB=8F=E6=B5=8E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/myApps/MyAppsCenter.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/myApps/MyAppsCenter.vue b/src/pages/myApps/MyAppsCenter.vue index 89e5d9b..c8bf62f 100644 --- a/src/pages/myApps/MyAppsCenter.vue +++ b/src/pages/myApps/MyAppsCenter.vue @@ -262,6 +262,7 @@ export default { this.appInfo[item.applicationSecondLevelRelation] = item; } this.$forceUpdate(); + }else{ this.$message({message: ret.msg,type: 'error'}); }