소스 검색

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

zhujindu 9 달 전
부모
커밋
16dce59c7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;