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

工艺设置优化

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