Browse Source

plm BMM

master
ruanqi 10 months ago
parent
commit
830ea44d45
  1. 7
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

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

Loading…
Cancel
Save