|
@@ -82,8 +82,8 @@
|
82
|
82
|
</el-form>
|
83
|
83
|
|
84
|
84
|
<span slot="footer" class="dialog-footer">
|
85
|
|
- <el-button v-loading="loadingtwo" @click="cancel('formValue')">取 消</el-button>
|
86
|
|
- <el-button v-loading="loadingtwo" type="primary" @click="confirm('formValue')">确 定</el-button>
|
|
85
|
+ <el-button @click="cancel('formValue')">取 消</el-button>
|
|
86
|
+ <el-button type="primary" @click="confirm('formValue')">确 定</el-button>
|
87
|
87
|
</span>
|
88
|
88
|
</el-dialog>
|
89
|
89
|
|