Commit 8552a1b3 authored by chenqikuai's avatar chenqikuai

fix: 修复调配问题

parent 23f00b0c
......@@ -239,11 +239,11 @@ export default Vue.extend({
phone: record.phone,
branchDetailMsg: {
fb: record.first_branch,
fb_id: 1, // 后端没有传ID,但是任意设置不影响,制作展示,不做接口数据回传
fb_id: record.fbid,
sb: record.second_branch,
sb_id: 1,
sb_id: record.sbid,
fsb: record.first_sub_branch,
fsb_id: 1,
fsb_id: record.fsbid,
ssb: record.second_sub_branch,
ssb_id: record.ssbid,
address: record.location,
......
......@@ -53,6 +53,9 @@ export interface iStaffQueryResItem{
user_name: string
uuid: string
ssbid: number
fbid: number
fsbid: number
sbid: number
}
export{
......
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