任务清单增加催办错误提示

This commit is contained in:
zyx.net
2022-11-02 11:44:41 +08:00
parent 7ae9f2de69
commit 53bae2d6d1
@@ -129,7 +129,7 @@ export default {
this.$message.success(this.$t('OperationSuccessful'))
this.$emit('cibanModel')
} else {
this.$message.warning(this.$t('operationFailed'))
this.$message.warning(res.message)
this.confirmLoading = false
}
})