Commit 6ea82874 by LJM

bug

parent c2ce38e3
Showing with 2 additions and 1 deletions
......@@ -682,6 +682,7 @@ export default {
return;
}
if (status == 1) {
var time = new Date();//当前时间
time_arr = this.multipleSelection.map(obj => {
return obj.cp_time;
......@@ -698,7 +699,7 @@ export default {
});
return;
}
}
sku_ids = this.multipleSelection.map(obj => {
return obj.goods_id;
......
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 sign in to comment