ソースを参照

耗材下拉框过滤

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) {