Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐俊
yn-science-front
Commits
e2b43ad9
Commit
e2b43ad9
authored
Dec 30, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
44
parent
05d7e479
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
index.js
src/api/index.js
+2
-2
index.js
src/router/index.js
+1
-1
Index.vue
src/views/timeSet/batch/Index.vue
+2
-2
Index.vue
src/views/timeSet/taskTimeSet/Index.vue
+2
-2
No files found.
src/api/index.js
View file @
e2b43ad9
...
@@ -584,8 +584,8 @@ export default {
...
@@ -584,8 +584,8 @@ export default {
},
},
},
},
batch
:
{
batch
:
{
get
Batch
ListByPage
(
params
)
{
getListByPage
(
params
)
{
return
fetch
(
`/v1/science-admin/com-batch/get
Batch
ListByPage`
,
params
)
return
fetch
(
`/v1/science-admin/com-batch/getListByPage`
,
params
)
},
},
addBatch
(
params
)
{
addBatch
(
params
)
{
return
fetch
(
'/v1/science-admin/com-batch/addBatch'
,
params
,
'post'
,
'json'
)
return
fetch
(
'/v1/science-admin/com-batch/addBatch'
,
params
,
'post'
,
'json'
)
...
...
src/router/index.js
View file @
e2b43ad9
...
@@ -243,7 +243,7 @@ export const routes = [
...
@@ -243,7 +243,7 @@ export const routes = [
meta
:
{
title
:
'系统设置'
,
icon
:
'el-icon-s-tools'
},
meta
:
{
title
:
'系统设置'
,
icon
:
'el-icon-s-tools'
},
hidden
:
false
,
hidden
:
false
,
children
:
[
children
:
[
{
path
:
'/timeSet/task
TimeSet
'
,
name
:
'合同书时间设置'
,
component
:
()
=>
import
(
'@/views/timeSet/taskTimeSet/Index.vue'
),
meta
:
{
title
:
'合同书时间设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/timeSet/task'
,
name
:
'合同书时间设置'
,
component
:
()
=>
import
(
'@/views/timeSet/taskTimeSet/Index.vue'
),
meta
:
{
title
:
'合同书时间设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/setting/batch'
,
name
:
'申报批次设置'
,
component
:
()
=>
import
(
'@/views/timeSet/batch/Index.vue'
),
meta
:
{
title
:
'申报批次设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/setting/batch'
,
name
:
'申报批次设置'
,
component
:
()
=>
import
(
'@/views/timeSet/batch/Index.vue'
),
meta
:
{
title
:
'申报批次设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/system/evaluationStandard'
,
name
:
'年度评审标准设置'
,
component
:
()
=>
import
(
'@/views/system/evaluationStandard/index.vue'
),
meta
:
{
title
:
'年度评审标准设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/system/evaluationStandard'
,
name
:
'年度评审标准设置'
,
component
:
()
=>
import
(
'@/views/system/evaluationStandard/index.vue'
),
meta
:
{
title
:
'年度评审标准设置'
,
icon
:
''
,
noCache
:
true
}
},
//后台
//后台
...
...
src/views/timeSet/batch/Index.vue
View file @
e2b43ad9
...
@@ -56,8 +56,8 @@ export default {
...
@@ -56,8 +56,8 @@ export default {
moment
,
moment
,
getListByPage
()
{
getListByPage
()
{
this
.
loading
=
true
this
.
loading
=
true
let
par
=
{
projType
:
getType
(),
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
}
let
par
=
{
projType
:
getType
(),
timeType
:
1
,
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
}
this
.
$api
.
batch
.
get
Batch
ListByPage
(
par
).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getListByPage
(
par
).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
const
{
dataList
=
[],
total
=
0
}
=
data
const
{
dataList
=
[],
total
=
0
}
=
data
this
.
tableData
=
dataList
this
.
tableData
=
dataList
...
...
src/views/timeSet/taskTimeSet/Index.vue
View file @
e2b43ad9
...
@@ -54,8 +54,8 @@ export default {
...
@@ -54,8 +54,8 @@ export default {
moment
,
moment
,
getListByPage
()
{
getListByPage
()
{
this
.
loading
=
true
this
.
loading
=
true
let
par
=
{
projType
:
getType
(),
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
}
let
par
=
{
projType
:
getType
(),
timeType
:
2
,
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
}
this
.
$api
.
batch
.
get
Batch
ListByPage
(
par
).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getListByPage
(
par
).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
const
{
dataList
=
[],
total
=
0
}
=
data
const
{
dataList
=
[],
total
=
0
}
=
data
this
.
tableData
=
dataList
this
.
tableData
=
dataList
...
...
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