diff --git a/src/components/project/AddOrgContent.vue b/src/components/project/AddOrgContent.vue
index 7fd8fc81..9b952c50 100644
--- a/src/components/project/AddOrgContent.vue
+++ b/src/components/project/AddOrgContent.vue
@@ -87,7 +87,7 @@ import * as lecturerApi from "@/api/Lecturer.js";
default: '',
}
})
- const emit = defineEmits({})
+ const emit = defineEmits(['update:showContent','update:AddContentList'])
const treeAddData = ref([])
const { data: treeData, loading: orgLoading } = useRequest(
ORG_LIST,
@@ -120,9 +120,9 @@ import * as lecturerApi from "@/api/Lecturer.js";
orgLists.value = []
}else{
getNot()
- console.log(props?.AddContentList,'props?.AddContentList')
+ // console.log(props?.AddContentList,'props?.AddContentList')
treeAddData.value = props?.AddContentList
- orgLists.value = props?.AddContentLists
+ orgLists.value = [...props?.AddContentLists,...props?.AddContentLists]
checkedKeys.value = props?.AddContentList?.map(item=>item.orgId)
}
});
@@ -200,7 +200,7 @@ import * as lecturerApi from "@/api/Lecturer.js";
})
treeAddData.value = uniqueEndLists?.filter(item => checkedKeys.value?.checked?.includes(item.orgId));
// treeAddData.value = checkedNodes;
- console.log(treeAddData.value,'checkedNodes',orgLists.value)
+ // console.log(treeAddData.value,'checkedNodes',orgLists.value)
}
const clearTree = () => {
treeAddData.value = [];
diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue
index f4468cd9..da528410 100644
--- a/src/views/lecturer/LecturerFee.vue
+++ b/src/views/lecturer/LecturerFee.vue
@@ -120,7 +120,7 @@
{{record.status==0?'停用':'启用'}}
handleLook(record, String(record.courseform))">查看
- handleModify(record, String(record.courseform))">编辑
+ handleModify(record, String(record.courseform))">编辑
删除
@@ -284,7 +284,7 @@
/>
费用类型
-
@@ -306,7 +306,7 @@
-
+
@@ -327,7 +327,7 @@
v-model:value="formParam.sourceBelongId"
v-model:name="formParam.sourceBelongFullName"
> -->
-
@@ -342,7 +342,7 @@
/>
{{formParam.courseType==2?'课程':'授课'}}日期 :
-
@@ -377,7 +377,7 @@
/>
参训人数
-
@@ -395,7 +395,7 @@
/>
评分
-