From 49f3321fa839e0ff5fb4d2de75756096a6db7b92 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期日, 24 九月 2023 10:50:08 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mom-before
---
src/components/view/Processingproducts.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/components/view/Processingproducts.vue b/src/components/view/Processingproducts.vue
index 19b1370..4530c83 100644
--- a/src/components/view/Processingproducts.vue
+++ b/src/components/view/Processingproducts.vue
@@ -284,6 +284,7 @@
})
.then(res => {
this.updateEditList = res.data;
+ this.getDetailInfo();
});
},
// 鐐瑰嚮缂栬緫鎰忚
@@ -326,6 +327,7 @@
.then(res => {
console.log(`output->res`, res);
this.dialogVisible = false;
+ this.getDetailInfo();
});
}
},
--
Gitblit v1.9.3