Commit acc075f9 authored by wangxl's avatar wangxl
parents 0d3e3052 95439f21
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
}, },
methods: { methods: {
addArray () {//添加成员 addArray () {//添加成员
if (this.specList >= 3) { if (this.specList.length >= 3) {
this.$message.error('最多只能添加三个评审专业!') this.$message.error('最多只能添加三个评审专业!')
} else } else
this.specList.push({ ...Model }) this.specList.push({ ...Model })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment