Commit abcf181f authored by 李腾's avatar 李腾

fix: remove console

parent 12cfc6cf
......@@ -58,7 +58,6 @@ const FormComponent = (props, ref) => {
return item.skuNo && item.skuNo.length;
}).length;
console.log('onCheckSkuInfoList>', hasNotCount);
if (hasNotCount) {
return Promise.reject(new Error('请填写选择发货商品的数量'));
}
......@@ -278,7 +277,6 @@ const UpdateStatusModal = (props, ref) => {
orderNo: record.orderNo,
packageList,
};
console.log('params', params);
setConfirmLoading(true);
const res = await submitApi(params);
setConfirmLoading(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment