mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:评估编辑编辑传id
This commit is contained in:
@@ -1209,7 +1209,6 @@ export default {
|
||||
onClick={() => {
|
||||
state.editonlinevisible = true;
|
||||
console.log(text, "编辑text");
|
||||
editInvistPath();
|
||||
}}
|
||||
style="color:#4EA6FF;margin-right:25px;cursor:pointer"
|
||||
>
|
||||
@@ -1852,11 +1851,12 @@ export default {
|
||||
state.isLiveEdit = 2;
|
||||
state.EditLiveId = id;
|
||||
};
|
||||
//打开测评外链的弹窗
|
||||
//打开测评的弹窗
|
||||
const showEditEvalDrawer = (id) => {
|
||||
console.log('222222222222222222222',id);
|
||||
state.addevalvisible = true;
|
||||
state.EditRefId = id;
|
||||
console.log(state.EditRefId);
|
||||
};
|
||||
//编辑的按钮
|
||||
const decideType = (type, id) => {
|
||||
@@ -1869,7 +1869,7 @@ export default {
|
||||
showEditLiveDrawer(id);
|
||||
}
|
||||
else if (type == "测评") {
|
||||
showDrawerAddEval(id)
|
||||
showEditEvalDrawer(id)
|
||||
}
|
||||
else if (type == "评估") {
|
||||
showDrawerAddInvist(id)
|
||||
|
||||
Reference in New Issue
Block a user