Commit abcf181f authored by 李腾's avatar 李腾

fix: remove console

parent 12cfc6cf
...@@ -58,7 +58,6 @@ const FormComponent = (props, ref) => { ...@@ -58,7 +58,6 @@ const FormComponent = (props, ref) => {
return item.skuNo && item.skuNo.length; return item.skuNo && item.skuNo.length;
}).length; }).length;
console.log('onCheckSkuInfoList>', hasNotCount);
if (hasNotCount) { if (hasNotCount) {
return Promise.reject(new Error('请填写选择发货商品的数量')); return Promise.reject(new Error('请填写选择发货商品的数量'));
} }
...@@ -278,7 +277,6 @@ const UpdateStatusModal = (props, ref) => { ...@@ -278,7 +277,6 @@ const UpdateStatusModal = (props, ref) => {
orderNo: record.orderNo, orderNo: record.orderNo,
packageList, packageList,
}; };
console.log('params', params);
setConfirmLoading(true); setConfirmLoading(true);
const res = await submitApi(params); const res = await submitApi(params);
setConfirmLoading(false); 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