|
|
@@ -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;
|