Explorar el Código

耗材下拉框过滤

seimin hace 3 años
padre
commit
320f19f574
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {