|
|
@@ -64,7 +64,6 @@ export default {
|
|
|
handleClose() {
|
|
|
this.dialogVisible = false;
|
|
|
this.$emit('update:visible', false);
|
|
|
- this.$emit('cancel');
|
|
|
},
|
|
|
handleCancel() {
|
|
|
this.dialogVisible = false;
|
|
|
@@ -150,4 +149,4 @@ export default {
|
|
|
.confirm_btn:hover {
|
|
|
background-color: #FFA500;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|