调整请求参数
This commit is contained in:
parent
d4da9f9170
commit
d52b853be4
@ -77,8 +77,24 @@
|
||||
})
|
||||
},
|
||||
getCaidan() {
|
||||
let pages = getCurrentPages()
|
||||
let currentPage = pages[pages.length - 1]
|
||||
let options = currentPage.options
|
||||
let company = ''
|
||||
console.log(options, 'options')
|
||||
if (options.Company == 'DCJD') {
|
||||
company = 'DCJD'
|
||||
} else if (options.Company == 'GXBB') {
|
||||
company = 'GXBB'
|
||||
} else if (options.Company == 'LYYL') {
|
||||
company = 'LYYL'
|
||||
} else if (options.Company == 'LYXT') {
|
||||
company = 'LYXT'
|
||||
} else {
|
||||
company = 'XLK'
|
||||
}
|
||||
const json = {
|
||||
Company: 'XLK',
|
||||
Company: company,
|
||||
Post: '搬运工',
|
||||
Type: 1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user