BUG 83405,标准跟踪清单--流程下发--提示语是空的
This commit is contained in:
@@ -427,7 +427,7 @@ export default {
|
|||||||
const config = { _this: this, loading: 'processDistributionLoading' }
|
const config = { _this: this, loading: 'processDistributionLoading' }
|
||||||
this.$http._post(this.url.processDistribution, this.processDistributionForm, config).then(res => {
|
this.$http._post(this.url.processDistribution, this.processDistributionForm, config).then(res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.$message.success(res.data)
|
this.$message.success('操作成功')
|
||||||
this.visible = false
|
this.visible = false
|
||||||
this.getData()
|
this.getData()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user