@@ -109,7 +109,7 @@ export function updateStoreOrderItemJson(id,backendEditProductType) {
url: '/store/store/storeOrder/updateStoreOrderItemJson/'+id + "/" + backendEditProductType,
method: 'get'
})
-}updateStoreOrderItemJson
+}
// 修改物流编号
export function updateDeliveryId(data) {
return request({
@@ -1046,7 +1046,7 @@ export default {
/** 移除选中的商品 */
removeSelectedProduct() {
if (this.selectedItems.length === 0) {
- this.warning("请先选择要移除的商品");
+ this.msgInfo("请先选择要移除的商品");
return;
}