Browse Source

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

csx 3 years ago
parent
commit
5360637b09
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,8 +384,8 @@
384 384
                   type: 'warning'
385 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 390
                 }).catch(() => {
391 391
                 })