mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
银保代理人电子化合同签署关于证件号码以及姓名存储在vuex中
This commit is contained in:
@@ -98,9 +98,9 @@
|
||||
'signInfo',
|
||||
JSON.stringify({
|
||||
originStatus: originStatus,
|
||||
idNo: this.saleInsuredInfo.idNo,
|
||||
name: this.saleInsuredInfo.name,
|
||||
type: this.saleInsuredInfo.idType,
|
||||
idNo: this.$store.getters.getYBidNo,
|
||||
name: this.$store.getters.getYBname,
|
||||
type: '1',
|
||||
keyword: keyword,
|
||||
status: status,
|
||||
offset: offset,
|
||||
|
||||
Reference in New Issue
Block a user