Commit de871286 by lichengming

修改了开土制备

parent 644da0e5
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1200" class="modal-footer-none"> <Modal v-model="showModal" @on-visible-change="_visibleChange" width="1200" class="modal-footer-none">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
...@@ -177,6 +177,11 @@ export default { ...@@ -177,6 +177,11 @@ export default {
break break
} }
}, },
_visibleChange(data) {
if (data === false) {
this.$emit('on-result-change')
}
},
_cancel() { _cancel() {
this.showModal = false this.showModal = false
}, },
......
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