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
9062bfef9f
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

@@ -370,9 +370,9 @@
370 370
             'Permission': 5
371 371
           }
372 372
         })
373
-        that.then(function(response) {
373
+        .then(function(response) {
374 374
             if (response.data.state == 0) {
375
-              this.$message.error(response.data.msg)
375
+              that.$message.error(response.data.msg)
376 376
               that.loadingone = false
377 377
               return false
378 378
             } else {