jiaxing.zhou

Merge remote-tracking branch 'origin/dev-jiaxing.zhou'

...@@ -548,7 +548,7 @@ export default { ...@@ -548,7 +548,7 @@ export default {
548 }, 548 },
549 computed: { 549 computed: {
550 isCipherMachine() { 550 isCipherMachine() {
551 - return this.formData.methodOfSignature === 'OTHERS'; 551 + return this.formData.methodOfSignature === 'PUBLIC_SERVICE';
552 } 552 }
553 }, 553 },
554 554
......