Преглед изворни кода

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

XMLWAN пре 3 година
родитељ
комит
1c3beaa6e9
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/xt_pages/hospitalStation/index.vue

+ 2 - 2
src/xt_pages/hospitalStation/index.vue Прегледај датотеку

@@ -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
                 })