优化充电桩详情

This commit is contained in:
wuxw 2024-10-09 12:28:25 +08:00
parent 2f4ae7067e
commit 90611929cb
2 changed files with 1 additions and 2 deletions

View File

@ -195,7 +195,7 @@ export function getChargeMachineOrder(_objData) {
reject(res.data.msg); reject(res.data.msg);
return; return;
} }
resolve(res.data.data); resolve(res.data);
}, },
fail: function(res) { fail: function(res) {
reject(res); reject(res);

View File

@ -116,7 +116,6 @@
<text>状态:</text> <text>状态:</text>
<text>{{item.stateName}}</text> <text>{{item.stateName}}</text>
</view> </view>
</view> </view>
</view> </view>
</view> </view>