feat:修改面授课

This commit is contained in:
lixg
2023-03-07 17:48:20 +08:00
parent eaefc4ebd7
commit 9c4510b7e3
4 changed files with 44 additions and 16 deletions

View File

@@ -841,8 +841,8 @@ export default defineComponent({
}
files = files.slice(0, files.length - 1);
let orgSelectIds = [];
let orgSelectNames = [];
let orgSelectIds = "";
let orgSelectNames = "";
if (state.orgSelect && state.orgSelect.length) {
state.orgSelect.forEach((item) => {
orgSelectIds += item.value + ",";