Sfoglia il codice sorgente

物料领用页面列表接口修改&AB类指标时间位置调整

zhujindu 9 mesi fa
parent
commit
16dce59c7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/my/material.vue

+ 1 - 1
src/views/my/material.vue

@@ -213,7 +213,7 @@ export default {
       fromValue.pageNum = this.pageNum;
       fromValue.pageSize = this.pageSize;
       fromValue.inventoryLyUserId = localStorage.getItem('userId');
-      fromValue.tipe = this.$route.query.tabVal == 'A' ? 'ly' : 'th';
+      fromValue.type = this.$route.query.tabVal == 'A' ? 'ly' : 'th';
       getReceiveList(fromValue).then((res) => {
         loading1.clear();
         this.disabled = false;