【修改】sousuo zhikong

This commit is contained in:
zhoulingpo
2023-04-28 20:52:24 +08:00
parent 73aee8977a
commit ee0b9899bc
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -794,7 +794,7 @@ export default {
if (!this.reportF.year) {
return this.$message.warning('请检查报告年份') && false;
}
if (!this.reportF.labelList) {
if (this.reportF.labelList.length < 1) {
return this.$message.warning('请检查标签') && false;
}
// if (!this.reportF.labelOneId || !this.reportF.labelOneName || this.reportF.labelOneName === '-' ) {