Explorar o código

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

zhujindu hai 9 meses
pai
achega
16dce59c7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;