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