|
@@ -104,7 +104,7 @@ const typeList = ref([
|
|
|
},
|
|
|
]);
|
|
|
const getDemandData = () => {
|
|
|
- proxy.post("/productionOrder/page", { pageNum: 1, pageSize: 9999, status: "30" }).then((res) => {
|
|
|
+ proxy.post("/productionOrder/page", { pageNum: 1, pageSize: 9999, status: "40" }).then((res) => {
|
|
|
if (res.rows && res.rows.length > 0) {
|
|
|
productionOrder.value = productionOrder.value.concat(
|
|
|
res.rows.map((item) => {
|