Skip to content

Commit

Permalink
feat: 修改部分按钮问题 #2738
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Nov 11, 2024
1 parent 9174e6c commit 1b5cef6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
}
},
created () {
console.log(this.userInfo)
// 此处的两个顺序不能更换,否则会导致请求数据时报错,防抖这个方法不是function
this.debounceGetListData = debounce(this.getListData, 100)
// 当从制品仓库列表页进入依赖源仓库的详情页后点击上方面包屑返回会导致页码相关参数变为string类型,
Expand Down

0 comments on commit 1b5cef6

Please sign in to comment.