feat:合并

This commit is contained in:
李晓鸽
2022-11-03 17:52:40 +08:00
parent 6b6f3228f6
commit a6ae87d885
6 changed files with 83 additions and 47 deletions

View File

@@ -143,6 +143,10 @@ export default {
state.textV1 = "";
message.success("创建成功");
ctx.emit("update:adddiscussVisible", false);
// let emit = defineEmits(["changeData"]);
// emit("changeData", true);
ctx.emit("changeData", "传的参数");
// props.(true);
}, 1000);
})
.catch((err) => {