mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
refactor(应用): 优化应用管理界面Loading状态防止误触
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
v-loading="formLoading"
|
||||
v-loading="positionCheck('datasource')?formLoading:false"
|
||||
:class="positionCheck('datasource')?'de-ds-form':'de-ds-form-app'"
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user