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
0370265d
Commit
0370265d
authored
Mar 19, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a0d66fa9
Expand all
Show 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 @
0370265d
This diff is collapsed.
Click to expand it.
src/pages/studyAbroad/studyProAudit.vue
View file @
0370265d
...
@@ -139,7 +139,8 @@
...
@@ -139,7 +139,8 @@
rowsPerPage
:
10
,
rowsPerPage
:
10
,
Name
:
""
,
Name
:
""
,
IsQPrice
:
1
,
IsQPrice
:
1
,
SaleState
:
2
//销售状态
SaleState
:
2
,
//销售状态
AuditType
:
0
,
//审核类型(1-部门主管审核,2-部门负责人审核)
},
},
dataList
:
[],
dataList
:
[],
loading
:
true
,
loading
:
true
,
...
@@ -243,7 +244,9 @@
...
@@ -243,7 +244,9 @@
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
auditList
.
forEach
((
x
,
index
)
=>
{
this
.
auditList
.
forEach
((
x
,
index
)
=>
{
if
(
x
.
Id
===
userInfo
.
Id
)
{
if
(
x
.
Id
===
userInfo
.
Id
)
{
console
.
log
(
"index"
,
index
)
this
.
AuditType
=
index
+
1
;
this
.
AuditType
=
index
+
1
;
console
.
log
(
"this.AuditType"
,
this
.
AuditType
)
}
}
})
})
})
})
...
@@ -256,11 +259,11 @@
...
@@ -256,11 +259,11 @@
//获取留学分页列表
//获取留学分页列表
getList
()
{
getList
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
msg
.
AuditType
=
1
;
queryStudyAbroadPage
(
this
.
msg
).
then
(
res
=>
{
queryStudyAbroadPage
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
console
.
log
(
res
,
'数据'
);
})
})
.
catch
(()
=>
{
.
catch
(()
=>
{
this
.
loading
=
false
;
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