Bläddra i källkod

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

csx 3 år sedan
förälder
incheckning
9062bfef9f
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/xt_pages/hospitalStation/index.vue

+ 2 - 2
src/xt_pages/hospitalStation/index.vue Visa fil

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