mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
讲师费用管理,审批增加删除按钮 Log 删除日志
This commit is contained in:
@@ -822,8 +822,9 @@ export default {
|
|||||||
};
|
};
|
||||||
|
|
||||||
//TODO1
|
//TODO1
|
||||||
const deleteModal = (val1 , val2) => {
|
const deleteModal = (record , courseform) => {
|
||||||
|
console.log("deleteModal gx record",record)
|
||||||
|
console.log("courseform gx record",record)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1130,6 +1131,7 @@ export default {
|
|||||||
resetSearch,
|
resetSearch,
|
||||||
paginations,
|
paginations,
|
||||||
paginationChanges,
|
paginationChanges,
|
||||||
|
deleteModal
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user