seimin 1 year ago
parent
commit
355bd33796
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/ConsumableList.vue

+ 2 - 1
src/views/ConsumableList.vue

@@ -313,7 +313,8 @@ export default {
313 313
         sum: this.sum,
314 314
         consumable: {
315 315
           keyWord: this.title || '',
316
-          dutyDTO: {id: this.$route.params.dutyId}
316
+          dutyDTO: {id: this.$route.params.dutyId},
317
+          showZero: true,
317 318
         }
318 319
       };
319 320
       this.$http