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

fix bug

parent d9b0687f
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
export default Vue.extend({ export default Vue.extend({
data() { data() {
return { return {
initPsnCert: '', initPsnCert: getApp().globalData!.certTypeOptions[0].name,
form: { form: {
initPsnCertType: getApp().globalData!.certTypeOptions[0].name, initPsnCertType: '',
initCertno: '', initCertno: '',
initPsnName: '', initPsnName: '',
initPsnNo: '', 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