feat:合并

This commit is contained in:
songwc
2022-11-03 16:55:21 +08:00
parent 95d2292194
commit e12e87fda6
2 changed files with 21 additions and 12 deletions

View File

@@ -280,7 +280,7 @@
</div>
<div class="main_btns">
<button class="btn1" @click="closeDrawer">取消</button>
<button class="btn2" @click="done">确定</button>
<button class="btn2" @click="createLiveBroadcast">确定</button>
</div>
</div>
</a-drawer>
@@ -643,15 +643,6 @@ export default {
});
};
//添加任务到数据库
const addTask = () => {};
const done = () => {
createLiveBroadcast();
addTask();
// api.getLiveBroadcastInfor({});
};
return {
...toRefs(state),
afterVisibleChange,
@@ -664,7 +655,6 @@ export default {
createLiveBroadcast,
handleChange,
beforeUpload,
done,
};
},
};