修改 83405,标准跟踪清单--流程下发--提示语是空的

This commit is contained in:
baoyu
2024-04-09 18:04:56 +08:00
parent c3b48951cb
commit 7d21da6cfc
@@ -417,7 +417,7 @@ export default {
const config = { _this: this, loading: 'processDistributionLoading' }
this.$http._post(this.url.processDistribution, this.processDistributionForm, config).then(res => {
if (res.ok) {
this.$message.success(res.message)
this.$message.success(res.data)
this.visible = false
this.getData()
} else {