Commit eec5c179 authored by 仇晓婷's avatar 仇晓婷

工艺设置优化

parent 21e280b8
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
curId: 0, curId: 0,
productingPreparationPeople: 0, productingPreparationPeople: 0,
orderIds: 0, orderIds: 0,
ids:[], ids: [],
}, },
detail: null, detail: null,
......
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
{ {
conditionalType: "In", conditionalType: "In",
fieldName: "productId", fieldName: "productId",
fieldValue: ids, fieldValue: ids.join(","),
}, },
]; ];
let data = { let data = {
...@@ -229,7 +229,7 @@ export default { ...@@ -229,7 +229,7 @@ export default {
}); });
}, },
selectInfo(value) { selectInfo(value) {
console.log(value); // console.log(value);
if (value.length > 0) { if (value.length > 0) {
this.footerBar = true; this.footerBar = true;
} 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