Commit 82a22339 by 无尘

fix: 更新loading

parent dc57f91d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author : 无尘 * @Author : 无尘
* @Date : 2020-02-13 16:13:59 * @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-11-30 17:53:55 * @LastEditTime: 2020-12-23 11:31:16
* @FilePath : \haoban-4\src\components\company\add-relate.vue * @FilePath : \haoban-4\src\components\company\add-relate.vue
--> -->
<!-- <!--
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<template> <template>
<el-dialog width="600px" title="新增绑定" :visible.sync="departVisible" append-to-body :before-close="handleClose"> <el-dialog width="600px" title="新增绑定" :visible.sync="departVisible" append-to-body :before-close="handleClose">
<div v-loading="loading" >
<el-form :model="partForm" :rules="rules" ref="partForm" label-width="0px" class="dialog-form" @submit.native.prevent> <el-form :model="partForm" :rules="rules" ref="partForm" label-width="0px" class="dialog-form" @submit.native.prevent>
<el-form-item label="" prop="salerName"> <el-form-item label="" prop="salerName">
<el-popover placement="bottom" title="" width="457" v-model="visible"> <el-popover placement="bottom" title="" width="457" v-model="visible">
...@@ -44,7 +45,8 @@ ...@@ -44,7 +45,8 @@
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click="cancel">取消</el-button> <el-button @click="cancel">取消</el-button>
<el-button type="primary" :loading="loading" @click="submitForm('partForm')">确定</el-button> <el-button type="primary" @click="submitForm('partForm')">确定</el-button>
</div>
</div> </div>
</el-dialog> </el-dialog>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment