个人订单页面优化

This commit is contained in:
xk_jiangfeng
2023-04-20 11:13:05 +08:00
parent b55c1dada8
commit 661855a53e
4 changed files with 35 additions and 149 deletions

View File

@@ -877,7 +877,7 @@ export default {
changeRowPlate(row) {
// 修改车牌号
row.accountCardCode = null;
orderInfoApi.update(row).then((res) => {
orderInfoApi.updateC(row).then((res) => {
this.$message.success(res.msg);
this.$set(row, "editor", false);
});