Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 years ago
parent
commit
1c3beaa6e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/hospitalStation/index.vue

+ 2 - 2
src/xt_pages/hospitalStation/index.vue View File

384
                   type: 'warning'
384
                   type: 'warning'
385
                 }).then(() => {
385
                 }).then(() => {
386
 
386
 
387
-                  this.form.psn_type = parseNumber(response.data.data.info.output.insuinfo.psn_type)
388
-                  this.form.social_type = parseNumber(response.data.data.insutype)
387
+                  that.form.psn_type = parseNumber(response.data.data.info.output.insuinfo.psn_type)
388
+                  that.form.social_type = parseNumber(response.data.data.insutype)
389
 
389
 
390
                 }).catch(() => {
390
                 }).catch(() => {
391
                 })
391
                 })