瀏覽代碼

耗材下拉框过滤

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