更新
This commit is contained in:
parent
ac4d6eb764
commit
4eff6b3f5f
@ -7,11 +7,11 @@ export function getHandoverApi() {
|
||||
// params: query
|
||||
})
|
||||
}
|
||||
export function getHandoverApi2() {
|
||||
export function getHandoverApi2(query) {
|
||||
return request({
|
||||
url: '/business/handoverRecord/handover2',
|
||||
method: 'get',
|
||||
// params: query
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -447,6 +447,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getHandover() {
|
||||
console.log("getHandover", this.queryParams)
|
||||
getHandoverApi2(this.queryParams).then(res => {
|
||||
// this.handoverList = res.data;
|
||||
this.handoverData = res.data;
|
||||
|
Loading…
Reference in New Issue
Block a user