Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
544a6ae8
authored
Feb 21, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
74b04f12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
src/views/Store/enter.vue
src/views/Store/enter.vue
View file @
544a6ae8
...
...
@@ -54,7 +54,7 @@
<el-pagination
layout=
"total, sizes, prev, pager, next, jumper"
:page-sizes=
"[10, 20, 50, 100, 200]"
:total=
"total"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"page"
></el-pagination>
</div>
<!--导入数据确认-->
<el-dialog
title=
"导入数据确认"
:close-on-click-modal=
"false"
:visible
.
sync=
"dialogVisible"
width=
"700px"
custom-class=
"dialog-layer-notice"
>
<el-dialog
title=
"导入数据确认"
:close-on-click-modal=
"false"
:visible
.
sync=
"dialogVisible"
width=
"700px"
>
<div
class=
"dialog-text"
>
<p
class=
"tt"
>
上传的型号经由猎芯审核通过后,会展示在【猎芯网】进行售卖,并参与【猎芯询报价】系统自动推送询价
<br/>
...
...
@@ -77,7 +77,6 @@
</div>
<Menu/>
</div>
</template>
<
script
>
import
Vue
from
'vue'
;
...
...
@@ -165,13 +164,18 @@ export default {
* @returns {boolean}
*/
handleChange
(
file
,
fileList
)
{
var
that
=
this
;
if
(
file
.
code
===
0
)
{
this
.
$message
({
message
:
'导入成功'
,
type
:
'success'
type
:
'success'
,
onClose
()
{
that
.
dialogVisible
=
false
;
that
.
page
=
1
;
that
.
getData
();
}
});
this
.
page
=
1
;
this
.
getData
();
}
else
{
this
.
$message
({
message
:
file
.
msg
,
...
...
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