Commit de871286 by lichengming

修改了开土制备

parent 644da0e5
<template>
<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">
{{ modalTitle }}
</p>
......@@ -177,6 +177,11 @@ export default {
break
}
},
_visibleChange(data) {
if (data === false) {
this.$emit('on-result-change')
}
},
_cancel() {
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