Commit 2edf20a9 authored by 英思-陈欢's avatar 英思-陈欢

fix bug

parent d9b0687f
......@@ -42,9 +42,9 @@
export default Vue.extend({
data() {
return {
initPsnCert: '',
initPsnCert: getApp().globalData!.certTypeOptions[0].name,
form: {
initPsnCertType: getApp().globalData!.certTypeOptions[0].name,
initPsnCertType: '',
initCertno: '',
initPsnName: '',
initPsnNo: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment