|
|
|
@ -521,15 +521,6 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleCloseDetail() { |
|
|
|
handleCloseDetail() { |
|
|
|
this.outDialogVisible = false; |
|
|
|
this.outDialogVisible = false; |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$emit("handleCloseDetail"); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
//关闭新增弹窗 |
|
|
|
|
|
|
|
closeDialog() { |
|
|
|
|
|
|
|
this.categoryVisible = false |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
this.$emit("handleCloseDetail"); |
|
|
|
this.$emit("handleCloseDetail"); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
@ -537,7 +528,6 @@ export default { |
|
|
|
this.categoryVisible = false; |
|
|
|
this.categoryVisible = false; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
>>>>>>> 94e2170923f61585374217a741bc58b7f0790b1e |
|
|
|
|
|
|
|
inInit() { |
|
|
|
inInit() { |
|
|
|
if (this.outDialogType != "add") { |
|
|
|
if (this.outDialogType != "add") { |
|
|
|
getDetails({ twoOutStorageId: this.rowData.id }).then((res) => { |
|
|
|
getDetails({ twoOutStorageId: this.rowData.id }).then((res) => { |
|
|
|
|