From 830ea44d45ecae54506f8377d2de9a7dea4a3ccf Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 6 Mar 2025 17:49:42 +0800 Subject: [PATCH] plm BMM --- .../technicalSpecificationDetail/com_bm_demoSlot.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue index 7ff9861..53ebc49 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue @@ -270,6 +270,13 @@ saveBMPropertiesValue(this.tableData).then(({data}) => { if (data && data.code === 0) { this.$clearHighLight() + this.$message({ + message: '操作成功', + type: 'success', + duration: 1500, + onClose: () => { + } + }) this.$emit("closeModel") } else { this.$alert(data.msg, '错误', {