fix: 编辑页-按钮loading
This commit is contained in:
@@ -541,7 +541,7 @@
|
||||
</div>
|
||||
<div class="drawer-footer">
|
||||
<el-button icon="el-icon-check" type="primary" @click="saveOrUpdateStands" :loading="isSubmit">提交</el-button>
|
||||
<el-button icon="el-icon-close" @click="resetForm">取消</el-button>
|
||||
<el-button icon="el-icon-close" @click="resetForm" :loading="isSubmit">取消</el-button>
|
||||
</div>
|
||||
</el-drawer>
|
||||
<Role-tree
|
||||
|
||||
Reference in New Issue
Block a user