mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
优化部分操作流程,修改售后显示问题,优化计量单位 商品规格添加重复问题
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user