mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
update:面授课修改
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
src="@/assets/images/basicinfo/add.png"
|
||||
/>
|
||||
<span v-if="ft_eidt" class="headerLeftText">编辑面授课</span>
|
||||
<span v-else class="headerLeftText">新建面授课</span>
|
||||
<span v-else class="headerLeftText"></span>
|
||||
</div>
|
||||
<div style="margin-right: 57px; cursor: pointer">
|
||||
<img
|
||||
@@ -827,11 +827,11 @@ export default defineComponent({
|
||||
//保存面授课
|
||||
const handlePush = async (param) => {
|
||||
console.log(
|
||||
"组织、岗位、Band、资源归属选择",
|
||||
state.orgSelect,
|
||||
state.selectJobId,
|
||||
state.selectBandId,
|
||||
state.sourceBelongId
|
||||
"组织、岗位、Band、资源归属选择" + JSON.stringify(state)
|
||||
// state.orgSelect,
|
||||
// state.selectJobId,
|
||||
// state.selectBandId,
|
||||
// state.sourceBelongId
|
||||
);
|
||||
let files = "";
|
||||
if (state.imgList.length) {
|
||||
|
||||
Reference in New Issue
Block a user