Merge remote-tracking branch 'origin/dev-jiaxing.zhou'
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment