no message
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
import Func from '/utils/func'
|
||||
export default {
|
||||
props:{
|
||||
show:{
|
||||
@@ -79,6 +79,9 @@
|
||||
this.$emit('cancel');
|
||||
},
|
||||
onOk(){
|
||||
Func.debounce(this.dOk())
|
||||
},
|
||||
dOk(){
|
||||
this.$emit('ok');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user