mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
外链编辑
This commit is contained in:
@@ -1882,10 +1882,11 @@ export default {
|
||||
console.log("任务id", id);
|
||||
};
|
||||
//打开编辑外链的弹窗
|
||||
const showEditRefDrawer = (id) => {
|
||||
const showEditRefDrawer = (id,eleId) => {
|
||||
state.addrefvisible = true;
|
||||
state.isRefEdit = true;
|
||||
state.EditRefId = id;
|
||||
state.projectTaskId = eleId;
|
||||
};
|
||||
//打开编辑直播的弹窗
|
||||
const showEditLiveDrawer = (id) => {
|
||||
@@ -1906,7 +1907,7 @@ export default {
|
||||
state.edit = true;
|
||||
console.log(type, id);
|
||||
if (type == "外链") {
|
||||
showEditRefDrawer(id);
|
||||
showEditRefDrawer(id,eleId);
|
||||
}
|
||||
else if (type == "直播") {
|
||||
showEditLiveDrawer(id,eleId);
|
||||
|
||||
Reference in New Issue
Block a user