Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
d3fc6257
Commit
d3fc6257
authored
Feb 15, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投诉处置基础代码页面
parent
7564443a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
gassafetyprogress-web/src/views/complainDeal/index.vue
+2
-1
No files found.
gassafetyprogress-web/src/views/complainDeal/index.vue
View file @
d3fc6257
...
...
@@ -252,7 +252,7 @@
</template>
<
script
>
import
{
listComplainDeal
,
getComplainDeal
,
delComplainDeal
,
addComplainDeal
,
updateComplainDeal
,
exportComplainDeal
}
from
"@/api/complainDeal"
;
import
{
listComplainDeal
,
getComplainDeal
,
delComplainDeal
,
addComplainDeal
,
updateComplainDeal
,
exportComplainDeal
}
from
"@/api/complainDeal
/complainDeal
"
;
export
default
{
name
:
"ComplainDeal"
,
...
...
@@ -306,6 +306,7 @@ export default {
},
created
()
{
this
.
getList
();
console
.
log
(
"==============================="
)
},
methods
:
{
/** 查询投诉处置列表 */
...
...
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