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, '错误', {