mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
feat:合并
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user