Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
152d0fd0
Commit
152d0fd0
authored
Feb 28, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配合后端优化
parent
a6aa0f76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/views/pms/product/components/courseInfo.vue
+3
-0
No files found.
src/views/pms/product/components/courseInfo.vue
View file @
152d0fd0
...
...
@@ -1093,6 +1093,9 @@ export default {
type
:
"warning"
}).
then
(()
=>
{
this
.
goOnForm
.
umsUserCourses
=
this
.
goOnForm
.
userCourseList
;
//新来的后端比较菜,原来的接口字段不会改,只能搞了个新的名字
this
.
goOnForm
.
umsUserCourses
.
forEach
(
item
=>
{
item
.
courseName
=
item
.
auditCourseName
;
});
addCurrentTermCourse
(
this
.
goOnForm
).
then
(
response
=>
{
this
.
$message
({
type
:
"success"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment