优化部分操作流程,修改售后显示问题,优化计量单位 商品规格添加重复问题

This commit is contained in:
学习很差啦
2022-09-05 14:21:58 +08:00
parent ed59b389a5
commit 4651d74b7b
7 changed files with 96 additions and 40 deletions

View File

@@ -495,6 +495,7 @@ export default {
this.submitLoading = true;
if (this.params.remark == "") {
this.$Message.error("请输入备注信息");
this.submitLoading = false;
return;
}
API_Order.afterSaleSellerReview(this.sn, this.params).then((res) => {