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
a555fcfb
Commit
a555fcfb
authored
Dec 12, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4444
parent
7cd68ff5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
expertImport.vue
src/views/expert/components/expertImport.vue
+1
-0
index.vue
src/views/expert/index.vue
+4
-1
No files found.
src/views/expert/components/expertImport.vue
View file @
a555fcfb
...
...
@@ -146,6 +146,7 @@ export default {
if
(
data
)
{
this
.
$message
.
info
(
data
)
this
.
tableData
=
[]
this
.
$emit
(
'save'
,
true
)
}
})
}
...
...
src/views/expert/index.vue
View file @
a555fcfb
...
...
@@ -64,7 +64,7 @@
<expert-edit
v-model=
"id"
@
close=
"closeWindow"
></expert-edit>
</a-modal>
<a-modal
v-model=
"visibleImport"
title=
"专家导入"
width=
"80%"
:dialog-style=
"{ top: '8%' }"
:footer=
"null"
destroyOnClose
>
<expert-import
/>
<expert-import
@
save=
"importSave"
/>
</a-modal>
</div>
</template>
...
...
@@ -155,6 +155,9 @@ export default {
this
.
pagination
.
pageSize
=
pageSize
this
.
getListByPage
()
},
importSave
(
value
)
{
this
.
visibleImport
=
false
;
},
importExcel
()
{
this
.
visibleImport
=
true
;
},
...
...
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