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(); });