修改禅道已知bug
This commit is contained in:
@@ -1074,4 +1074,5 @@ module.exports = {
|
|||||||
pleaseSelectinitiatedOrRejected:'Please select the data whose list confirmation status is not initiated or rejected',
|
pleaseSelectinitiatedOrRejected:'Please select the data whose list confirmation status is not initiated or rejected',
|
||||||
TheEngineerAndCertification:'The regulatory engineer and Certification Engineer of cannot be empty',
|
TheEngineerAndCertification:'The regulatory engineer and Certification Engineer of cannot be empty',
|
||||||
bringInTheProjectInterface:'Bring in the project interface',
|
bringInTheProjectInterface:'Bring in the project interface',
|
||||||
|
theCurrentListSaved:'The current list data has been submitted and cannot be temporarily saved',
|
||||||
}
|
}
|
||||||
@@ -1078,4 +1078,5 @@ module.exports = {
|
|||||||
English:'英文',
|
English:'英文',
|
||||||
requiredParametersEmpty:'必填参数不能为空',
|
requiredParametersEmpty:'必填参数不能为空',
|
||||||
bringInTheProjectInterface:'带入工程接口人',
|
bringInTheProjectInterface:'带入工程接口人',
|
||||||
|
theCurrentListSaved:'当前列表数据已全部提交,无法进行暂存',
|
||||||
}
|
}
|
||||||
@@ -1172,6 +1172,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
if (num && num == 1) {
|
||||||
|
this.$message.warning(this.$t('theCurrentListSaved'))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 提交数据
|
// 提交数据
|
||||||
|
|||||||
Reference in New Issue
Block a user