Browse Source

修改开始换电提示

a1140836302 2 years ago
parent
commit
118d31423e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/power-change-monitoring/components/SubTitle.vue

+ 1 - 1
src/views/power-change-monitoring/components/SubTitle.vue

@@ -37,7 +37,7 @@ export default {
           const res = await beginSwap()
           const res = await beginSwap()
           this.$message({
           this.$message({
             type: 'success',
             type: 'success',
-            message: res.data,
+            message: res.msg,
           })
           })
           this.loading=false
           this.loading=false
         })
         })