@@ -121,7 +121,7 @@ export default {
});
},
closeDetail(){
- this.$emit('close-dialog');
+ this.$emit('closeDialog');
}
watch: {
@@ -745,7 +745,7 @@ export default {
this.showDialog = true
detailShowClose() {
- this.workOrderId = null;
+ this.workOrderId = "";
this.showDialog = false