Commit 793b8f9f authored by Mac's avatar Mac

修改编辑时的判断

parent f20989fd
...@@ -326,7 +326,10 @@ export default { ...@@ -326,7 +326,10 @@ export default {
this.list[i].GoodsList.forEach(x => { this.list[i].GoodsList.forEach(x => {
if (this.editType == true) { if (this.editType == true) {
//编辑的时候不判断 //编辑的时候不判断
if (x.checked == false && x.new_status == 0) { // if (x.checked == false && x.new_status == 0) {
// goods_list_all = false;
// }
if (x.checked == false) {
goods_list_all = false; goods_list_all = false;
} }
} else { } else {
......
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