个人订单页面优化
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user