no message

This commit is contained in:
2025-09-12 17:56:35 +08:00
parent 2612f3c45d
commit 6cdc7e416e
2 changed files with 25 additions and 2 deletions
+4 -1
View File
@@ -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');
}
}