增加初始化功能
This commit is contained in:
@@ -202,7 +202,7 @@ class ShelfActivity : BaseActivity() {
|
||||
|
||||
private fun getGoodsList() {
|
||||
viewModel.getGoodsList(
|
||||
canteenId = App.getInstance().canteenId,
|
||||
canteenId = App.canteenId,
|
||||
goodsName = binding.etInputFood.text.trim().toString(),
|
||||
pageNo = pageNo,
|
||||
pageSize = PAGE_SIZE
|
||||
|
||||
Reference in New Issue
Block a user