diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index 0c1b447f0..6a68b8aad 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -258,7 +258,7 @@ }) window.open(newUrl.href, '_blank') } else { - _this.$message.success(_this.$t('NoConfigurationNotStart')) + _this.$message.warning(_this.$t('NoConfigurationNotStart')) } }) },