From e24f1eef344fc0c9502c1d8fce9ad158c845ed22 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 13 八月 2025 14:31:41 +0800
Subject: [PATCH] 表单弹出组件 工序流转卡弹出组件 添加 未查询到单据时清空缓存
---
components/ProcExchListPopup/ProcExchListPopup.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/components/ProcExchListPopup/ProcExchListPopup.vue b/components/ProcExchListPopup/ProcExchListPopup.vue
index 39b7d0b..763d9a1 100644
--- a/components/ProcExchListPopup/ProcExchListPopup.vue
+++ b/components/ProcExchListPopup/ProcExchListPopup.vue
@@ -218,6 +218,10 @@
// this.exit()
},
getBillList() {
+ this.HBillList = []
+ this.length = 0
+ this.page = 0
+ this.curPage = 1
CommonUtils.doRequest(
"/WEBSController/GetMES_ProcessExchangeBillList_APP_HaiCheng", {
HBillNo: this.HBillNo || '',
--
Gitblit v1.9.1