Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
a203cd99
Commit
a203cd99
authored
Mar 19, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
a10830ac
d42d4dc7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
281 additions
and
447 deletions
+281
-447
course-form.vue
src/components/course/course-form.vue
+276
-445
studyProAudit.vue
src/pages/studyAbroad/studyProAudit.vue
+5
-2
No files found.
src/components/course/course-form.vue
View file @
a203cd99
This diff is collapsed.
Click to expand it.
src/pages/studyAbroad/studyProAudit.vue
View file @
a203cd99
...
...
@@ -138,7 +138,8 @@
rowsPerPage
:
10
,
Name
:
""
,
IsQPrice
:
1
,
SaleState
:
2
//销售状态
SaleState
:
2
,
//销售状态
AuditType
:
0
,
//审核类型(1-部门主管审核,2-部门负责人审核)
},
dataList
:
[],
loading
:
true
,
...
...
@@ -237,7 +238,9 @@
let
StudyAbroadObj
=
userInfo
.
StudyAbroadObj
;
StudyAbroadObj
.
forEach
((
x
,
index
)
=>
{
if
(
x
.
Id
===
userInfo
.
Id
)
{
console
.
log
(
"index"
,
index
)
this
.
AuditType
=
index
+
1
;
console
.
log
(
"this.AuditType"
,
this
.
AuditType
)
}
})
},
...
...
@@ -250,11 +253,11 @@
//获取留学分页列表
getList
()
{
this
.
loading
=
true
;
this
.
msg
.
AuditType
=
1
;
queryStudyAbroadPage
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
;
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
console
.
log
(
res
,
'数据'
);
})
.
catch
(()
=>
{
this
.
loading
=
false
;
...
...
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