相关项目版本不能为空校验修改

This commit is contained in:
zyx.net
2023-03-31 10:19:47 +08:00
parent e4e6e8a3b1
commit 514b9ff068
@@ -329,6 +329,13 @@
trigger: 'blur'
}
],
projectVersion:[
{
required: true,
message: this.$t('projectVersion') + this.$t('cannotEmpty'),
trigger: 'blur'
}
],
digitalPlatform: [
{
max: 100,