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

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

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

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

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 {