瀏覽代碼

bug修改

dengrui 1 月之前
父節點
當前提交
64af65e21c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      entry/src/main/ets/view/CompleteSet.ets

+ 2 - 0
entry/src/main/ets/view/CompleteSet.ets

@@ -250,6 +250,8 @@ export struct CompleteSet {
       orderMaterialSwitch: this.orderMaterialSwitch,
       confirm: async () => {
         this.materialArray = []
+        //重置pageNo
+        this.pageNo = 1
         // 查询工序关联的物料信息
         let res = await this.queryMaterialPage()
         // if (res.totalCount === undefined || res.totalCount <= 0 || res.totalPages === undefined || res.totalPages <= 0) {