mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
【入司流程查看协议ShowPDF脚本区分广西贵州两个模板《保险代理合同》】入参传值type区分广西贵州
This commit is contained in:
@@ -39,8 +39,14 @@
|
||||
methods: {
|
||||
async init() {
|
||||
let that = this
|
||||
let type
|
||||
if(this.manageComCode == '45'){
|
||||
type = '14'
|
||||
}else{
|
||||
type = '22'
|
||||
}
|
||||
let data = {
|
||||
type: '14',
|
||||
type: type,
|
||||
signState: '1',
|
||||
// userModel: { mobile: 13000000000 }, //线上去掉
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user