Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
682da225
Commit
682da225
authored
Apr 28, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
05b20c01
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
7 deletions
+13
-7
index.vue
src/views/systems/medicalunion-management/index.vue
+3
-0
AcademicTrend.vue
...systems/operation-management/components/AcademicTrend.vue
+1
-1
HealthPopularization.vue
.../operation-management/components/HealthPopularization.vue
+1
-1
NewsMeeting.vue
...s/systems/operation-management/components/NewsMeeting.vue
+1
-1
NoticeAnnouncement.vue
...ms/operation-management/components/NoticeAnnouncement.vue
+1
-1
TypicalCase.vue
...s/systems/operation-management/components/TypicalCase.vue
+1
-1
mixin.js
src/views/systems/operation-management/components/mixin.js
+1
-1
scientificResearch.vue
...ms/operation-management/components/scientificResearch.vue
+1
-1
index.vue
src/views/systems/role/index.vue
+3
-0
No files found.
src/views/systems/medicalunion-management/index.vue
View file @
682da225
...
...
@@ -259,6 +259,9 @@ export default {
.
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
$message
.
success
(
"
删除成功
"
)
if
(
this
.
tableData
.
length
==
1
&&
this
.
pageIndex
!=
1
)
{
this
.
pageIndex
--
}
this
.
handleSearch
()
}
})
...
...
src/views/systems/operation-management/components/AcademicTrend.vue
View file @
682da225
...
...
@@ -136,7 +136,7 @@ export default {
value
:
"
filePath
"
,
},
{
label
:
"
上传
时间
"
,
label
:
"
创建
时间
"
,
minWidth
:
120
,
value
:
"
uploadTime
"
,
},
...
...
src/views/systems/operation-management/components/HealthPopularization.vue
View file @
682da225
...
...
@@ -171,7 +171,7 @@ export default {
value
:
"
filePath
"
,
},
{
label
:
"
上传
时间
"
,
label
:
"
创建
时间
"
,
minWidth
:
120
,
value
:
"
uploadTime
"
,
},
...
...
src/views/systems/operation-management/components/NewsMeeting.vue
View file @
682da225
...
...
@@ -136,7 +136,7 @@ export default {
value
:
"
filePath
"
,
},
{
label
:
"
上传
时间
"
,
label
:
"
创建
时间
"
,
minWidth
:
120
,
value
:
"
uploadTime
"
,
},
...
...
src/views/systems/operation-management/components/NoticeAnnouncement.vue
View file @
682da225
...
...
@@ -136,7 +136,7 @@ export default {
value
:
"
filePath
"
,
},
{
label
:
"
上传
时间
"
,
label
:
"
创建
时间
"
,
minWidth
:
120
,
value
:
"
uploadTime
"
,
},
...
...
src/views/systems/operation-management/components/TypicalCase.vue
View file @
682da225
...
...
@@ -136,7 +136,7 @@ export default {
value
:
"
filePath
"
,
},
{
label
:
"
上传
时间
"
,
label
:
"
创建
时间
"
,
minWidth
:
120
,
value
:
"
uploadTime
"
,
},
...
...
src/views/systems/operation-management/components/mixin.js
View file @
682da225
...
...
@@ -67,7 +67,7 @@ const mixin = {
this
.
form
=
{
status
:
1
,
}
this
.
pageIndex
=
1
//
this.pageIndex = 1
this
.
handleSearch
()
}
})
...
...
src/views/systems/operation-management/components/scientificResearch.vue
View file @
682da225
...
...
@@ -162,7 +162,7 @@ export default {
value
:
"
filePath
"
,
},
{
label
:
"
上传
时间
"
,
label
:
"
创建
时间
"
,
minWidth
:
120
,
value
:
"
uploadTime
"
,
},
...
...
src/views/systems/role/index.vue
View file @
682da225
...
...
@@ -187,6 +187,9 @@ export default {
type
:
"
success
"
,
message
:
"
删除成功!
"
,
})
if
(
this
.
tableData
.
length
==
1
&&
this
.
pageIndex
!=
1
)
{
this
.
pageIndex
--
}
this
.
handleSearch
()
}
})
...
...
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