소스 검색

耗材下拉框过滤

seimin 3 년 전
부모
커밋
320f19f574
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/processing.vue

+ 1 - 1
src/views/processing.vue

@@ -932,7 +932,7 @@ export default {
932 932
         .post("service/bpm/data/fetchDataList/consumable", {
933 933
           idx: 0,
934 934
           sum: 1000,
935
-          consumable: {},
935
+          consumable: {isInventory:1},
936 936
         })
937 937
         .then((res) => {
938 938
           if (res.data.status == 200) {