@toolspack/ttd-common 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ttd-common.common.js +100 -100
- package/lib/ttd-common.umd.js +100 -100
- package/lib/ttd-common.umd.min.js +3 -3
- package/package.json +1 -1
- package/src/packages/index.js +0 -1
- package/src/packages/label-list/LabelOperate.vue +1 -1
- package/src/packages/test-compare/LabelMake.vue +681 -0
- package/src/packages/ukey/WzhSign.vue +1 -1
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
try {
|
|
97
97
|
const subjectDNFilter = '';
|
|
98
98
|
const issuerDNFilter = 'CFCA ACS ';// CFCA ACS OCA31 ,CFCA ACS OCA32, CFCA ACS TEST OCA31
|
|
99
|
-
const serialNumFilter = serialNo
|
|
99
|
+
const serialNumFilter = `${serialNo}`;
|
|
100
100
|
const bstrSM2CSPNameList = 'Uyee CSP v6.0 (Enterprise)||CFCA FOR UKEY CSP v1.1.0'
|
|
101
101
|
let bSelectCertResult = '';
|
|
102
102
|
console.log('无纸化 选证书 selectSignCert, serialNo(非传)=', serialNo)
|