Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
95d73b3e
Commit
95d73b3e
authored
Sep 11, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 液化石油气监管-充装记录 界面优化
parent
11d0ac9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
...sion-web/src/views/lpgRegulation/airchargefiles/index.vue
+2
-2
No files found.
zh-baseversion-web/src/views/lpgRegulation/airchargefiles/index.vue
View file @
95d73b3e
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
size=
"mini"
size=
"mini"
:loading=
"exportLoading"
:loading=
"exportLoading"
@
click=
"handleExport"
@
click=
"handleExport"
v-hasPermi=
"['system:files:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
@@ -54,7 +53,6 @@
...
@@ -54,7 +53,6 @@
type=
"text"
type=
"text"
icon=
"el-icon-edit"
icon=
"el-icon-edit"
@
click=
"handleDetail(scope.row)"
@
click=
"handleDetail(scope.row)"
v-hasPermi=
"['system:files:edit']"
>
详情
</el-button>
>
详情
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -184,11 +182,13 @@ export default {
...
@@ -184,11 +182,13 @@ export default {
cancelButtonText
:
"取消"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
type
:
"warning"
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
$showLoading
.
show
()
this
.
exportLoading
=
true
;
this
.
exportLoading
=
true
;
return
exportFiles
(
queryParams
);
return
exportFiles
(
queryParams
);
}).
then
(
response
=>
{
}).
then
(
response
=>
{
this
.
download
(
response
.
msg
);
this
.
download
(
response
.
msg
);
this
.
exportLoading
=
false
;
this
.
exportLoading
=
false
;
this
.
$showLoading
.
hide
()
}).
catch
(()
=>
{});
}).
catch
(()
=>
{});
}
}
}
}
...
...
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