Commit 8290b29f authored by jingnan's avatar jingnan 👀

试验维护记录

parent f515e529
......@@ -535,6 +535,7 @@
<!-- 物料确认 -->
<!-- 试验申请创建 -->
<el-drawer
v-if="drawerShowExperimentAdd"
title="试验申请"
size="50%"
append-to-body
......@@ -553,8 +554,9 @@
</el-drawer>
<!-- 检验员 -->
<dee-dialog
width="30%"
width="40%"
title="选择检验员"
:before-close="closeDialog"
:dialog-visible="showDialog"
@handleClose="closeDialog"
>
......@@ -636,8 +638,7 @@ export default {
drawerShowExperimentAdd: false,
experimentApplyForm: {},
showDialog: false,
checkerForm: {},
experimentProcessInfo: {}
checkerForm: {}
}
},
computed: {},
......@@ -687,7 +688,7 @@ export default {
})
this.$bus.$on('completeExperimentAdd', ({ items }) => {
this.$nextTick(() => {
this.drawerShowExperimentAdd = false
this.onClose()
if (items.id) {
this.getProcessInfo(items.id)
}
......@@ -695,8 +696,7 @@ export default {
})
this.$bus.$on('refreshAssemblyPerform', () => {
this.$nextTick(() => {
this.showDialog = false
this.refreshPage()
this.closeDialog()
})
})
},
......@@ -1520,9 +1520,11 @@ export default {
},
onClose() {
this.drawerShowExperimentAdd = false
this.experimentApplyForm = {}
},
closeDialog() {
this.showDialog = false
this.refreshPage()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment