Commit e7a162c0 authored by dingyoujian's avatar dingyoujian

接口调整

parent c8340cbe
......@@ -22,3 +22,11 @@ export function doQueryDetail(query){
data: query||{}
})
}
export function doQueryRepDetail(query){
return request({
url:'hafms/yszxjdlog/queryRepDetail',
method: 'post',
data: query||{}
})
}
......@@ -178,7 +178,7 @@
import {
doQuery,
doDelete,
doQueryDetail
doQueryRepDetail
} from '@/api/sbysjsp/yszxjd.js';
export default {
computed: {
......@@ -195,7 +195,7 @@
},
mounted() {
/* 地图后端数据*/
doQueryDetail({
doQueryRepDetail({
"sjlx": 'HJ'
}).then(res => {
if (res && res.success) {
......
......@@ -15,7 +15,7 @@
import {
doQuery,
doDelete,
doQueryDetail
doQueryRepDetail
} from '@/api/sbysjsp/yszxjd.js';
import {
......@@ -94,7 +94,7 @@
}
},
/* 基础查询*/
query: doQueryDetail,
query: doQueryRepDetail,
},
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment