From b2eb82fce7d36b5c995b8b8058f20f29cae14d2d Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 25 六月 2025 14:27:25 +0800
Subject: [PATCH] 取消报工接口联调

---
 pages/product/report/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue
index 84e1bea..52b71f8 100644
--- a/pages/product/report/index.vue
+++ b/pages/product/report/index.vue
@@ -359,7 +359,7 @@
         .then((res) => {
           console.log("res", res);
           this.showModal = false;
-          that.getHandelList();
+          this.getHandelList();
           this.$u.toast("鍙栨秷鎶ュ伐鎴愬姛");
         });
     },

--
Gitblit v1.9.3