Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gavel-hafms-vue
Project
Project
Details
Activity
Releases
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
李苏
gavel-hafms-vue
Commits
e7a162c0
Commit
e7a162c0
authored
Sep 14, 2023
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口调整
parent
c8340cbe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
yszxjd.js
src/api/sbysjsp/yszxjd.js
+8
-0
index.vue
src/views/hzcxbb/szkb/index.vue
+2
-2
yszx.vue
src/views/hzcxbb/szkb/yszx.vue
+2
-2
No files found.
src/api/sbysjsp/yszxjd.js
View file @
e7a162c0
...
@@ -22,3 +22,11 @@ export function doQueryDetail(query){
...
@@ -22,3 +22,11 @@ export function doQueryDetail(query){
data
:
query
||
{}
data
:
query
||
{}
})
})
}
}
export
function
doQueryRepDetail
(
query
){
return
request
({
url
:
'hafms/yszxjdlog/queryRepDetail'
,
method
:
'post'
,
data
:
query
||
{}
})
}
src/views/hzcxbb/szkb/index.vue
View file @
e7a162c0
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
import
{
import
{
doQuery
,
doQuery
,
doDelete
,
doDelete
,
doQueryDetail
doQuery
Rep
Detail
}
from
'@/api/sbysjsp/yszxjd.js'
;
}
from
'@/api/sbysjsp/yszxjd.js'
;
export
default
{
export
default
{
computed
:
{
computed
:
{
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
},
},
mounted
()
{
mounted
()
{
/* 地图后端数据*/
/* 地图后端数据*/
doQueryDetail
({
doQuery
Rep
Detail
({
"sjlx"
:
'HJ'
"sjlx"
:
'HJ'
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
&&
res
.
success
)
{
if
(
res
&&
res
.
success
)
{
...
...
src/views/hzcxbb/szkb/yszx.vue
View file @
e7a162c0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
import
{
import
{
doQuery
,
doQuery
,
doDelete
,
doDelete
,
doQueryDetail
doQuery
Rep
Detail
}
from
'@/api/sbysjsp/yszxjd.js'
;
}
from
'@/api/sbysjsp/yszxjd.js'
;
import
{
import
{
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
}
}
},
},
/* 基础查询*/
/* 基础查询*/
query
:
doQueryDetail
,
query
:
doQuery
Rep
Detail
,
},
},
}
}
</
script
>
</
script
>
...
...
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