Browse Source

修改开始换电提示

a1140836302 2 năm trước cách đây
mục cha
commit
118d31423e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
           this.$message({
             type: 'success',
-            message: res.data,
+            message: res.msg,
           })
           this.loading=false
         })