Browse Source

2024.10.30 文档收集优化

java8
yuejiayang 1 year ago
parent
commit
2398f5f6f3
  1. 12
      src/views/modules/eam/eamProjectPartInfo.vue

12
src/views/modules/eam/eamProjectPartInfo.vue

@ -3564,6 +3564,18 @@ import {EventBus} from "../../../main";
duration: 1500,
onClose: () => {}
})
sendMailHandle(this.modalData).then(({data}) => {
if (data && data.code === 0) {
this.$message({
message: '发送成功',
type: 'success'
})
} else {
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
})
} else {
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'

Loading…
Cancel
Save