From c0519e65cda5f73a70230ece8299f63cbe4656b5 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Fri, 10 May 2024 09:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MaterialProductionInput/MaterialProductionInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue b/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue index 55efd48..acd0bc8 100644 --- a/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue +++ b/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue @@ -165,7 +165,7 @@ export default { //todo 下拉更新 changepage({type,current}) { this.page.pageNum=current; - console.log('this.page.pageNum', this.page.pageNum); + this.$nextTick(() => { this.get_workorder_list(); });