【入司流程查看协议ShowPDF脚本区分广西贵州两个模板《保险代理合同》】入参传值type区分广西贵州

This commit is contained in:
li.yuetong
2022-09-02 16:32:58 +08:00
parent a837ee42e4
commit 7779df64ec

View File

@@ -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 }, //线上去掉
}