From 5033506e3eaa7b467dca2c9b30c8ef20dfef22af Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Tue, 16 Apr 2024 16:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=98=E7=9B=98=E7=BC=96=E5=8F=B7=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/inventory/index.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pages/inventory/index.vue b/pages/inventory/index.vue index 126193b..4f32983 100644 --- a/pages/inventory/index.vue +++ b/pages/inventory/index.vue @@ -165,14 +165,7 @@ // }) }, - //上拉刷新(当数据距离底部100时触发,距离在pages.json配置) - // onReachBottom() { - // this.loadStatus = "loading"; - // setTimeout(() => { - // this.dataForm.pageNum += 1; - // this.loadList(); - // }, 100); - // }, + onPullDownRefresh () { @@ -209,7 +202,7 @@ this.show=true this.form.id=item.id this.form.goodNo=item.goodNo - this.form.goodNo=item.containerCode + this.form.containerCode=item.containerCode this.form.invQty=item.invQty