确认后返回 true

This commit is contained in:
fofolee 2022-04-26 00:25:56 +08:00
parent ba8a713a57
commit 31f5d3c94c

View File

@ -24,7 +24,7 @@
export default {
methods: {
clickOK() {
this.$emit("clickOK");
this.$emit("clickOK", true);
},
},
props: {