@@ -384,8 +384,8 @@
type: 'warning'
}).then(() => {
- this.form.psn_type = parseNumber(response.data.data.info.output.insuinfo.psn_type)
- this.form.social_type = parseNumber(response.data.data.insutype)
+ that.form.psn_type = parseNumber(response.data.data.info.output.insuinfo.psn_type)
+ that.form.social_type = parseNumber(response.data.data.insutype)
}).catch(() => {
})