银保代理人电子化合同签署关于证件号码以及姓名存储在vuex中

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-08-09 10:50:50 +08:00
parent dfa1afefd1
commit f96cc01b74
3 changed files with 7 additions and 24 deletions

View File

@@ -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,