|
@@ -112,7 +112,7 @@
|
|
</el-card>
|
|
</el-card>
|
|
</el-form>
|
|
</el-form>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
- <el-button type="primary" :disabled="chatDialog.save" @click="submitForm">确 定</el-button>
|
|
|
|
|
|
+ <el-button type="primary" :disabled="chatDialog.save" :loading="chatDialog.save" @click="submitForm">确 定</el-button>
|
|
<el-button @click="cancel">取 消</el-button>
|
|
<el-button @click="cancel">取 消</el-button>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|