diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/Dialog.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/Dialog.vue index d84d083..364d92e 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/Dialog.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/Dialog.vue @@ -1,6 +1,6 @@ @@ -45,6 +45,12 @@ export default { type: Object } }, + data() { + return { + form1: {}, + dialogVisible: false + } + }, watch: { dialogShow: { handler(newValue, oldValue) { @@ -53,12 +59,6 @@ export default { } } }, - data() { - return { - form1: {}, - dialogVisible: false - } - }, methods: { handleClose(done) { this.$confirm('确认关闭?')