From 19ba89eec7ba02762240133f578936223b0e873c Mon Sep 17 00:00:00 2001 From: youngS Date: Wed, 26 May 2021 17:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=BA=A7=E7=AD=BE=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=B0=E6=9C=8D=E5=8A=A1=E5=99=A8=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E5=86=85=E7=BD=91=E9=80=9A=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/apps/FirAppInfosbaseinfo.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fir_client/src/components/apps/FirAppInfosbaseinfo.vue b/fir_client/src/components/apps/FirAppInfosbaseinfo.vue index 855a0d3..fd906f5 100644 --- a/fir_client/src/components/apps/FirAppInfosbaseinfo.vue +++ b/fir_client/src/components/apps/FirAppInfosbaseinfo.vue @@ -140,7 +140,14 @@ this.$confirm('确认删除 ' + this.currentapp.name + ' ?') // eslint-disable-next-line no-unused-vars .then(res => { + const loadingobj = this.$loading({ + lock: true, + text: '操作中,请耐心等待', + spinner: 'el-icon-loading', + // background: 'rgba(0, 0, 0, 0.7)' + }); apputils(data => { + loadingobj.close(); if (data.code === 1000) { this.$message({ message: '删除成功',