|
|
@@ -6,6 +6,7 @@
|
|
|
:modal="false"
|
|
|
:fullscreen="fullscreen"
|
|
|
class="fullscreen"
|
|
|
+ @close="cancel"
|
|
|
>
|
|
|
<template slot="title">
|
|
|
<modalTitle
|
|
|
@@ -323,6 +324,8 @@
|
|
|
// this.btnLoading = false;
|
|
|
// });
|
|
|
// }
|
|
|
+ console.log(this.selectedRow,'this.selectedRow')
|
|
|
+ console.log(this.selectedRow,'this.selectedRow')
|
|
|
if (this.selectedRow.id) {
|
|
|
paramsArr.push(
|
|
|
workOrderRotate({
|
|
|
@@ -372,13 +375,14 @@
|
|
|
// }
|
|
|
},
|
|
|
confirm() {
|
|
|
- this.cancel()
|
|
|
+ this.cancel();
|
|
|
this.$emit('confirm', this.selectedRow);
|
|
|
},
|
|
|
cancel() {
|
|
|
this.tabValue = '1';
|
|
|
this.selectedRow = {};
|
|
|
this.selectedRowData = [];
|
|
|
+ this.selectedRowDataId=''
|
|
|
|
|
|
this.visible = false;
|
|
|
}
|