Commit 95439f21 authored by 徐俊's avatar 徐俊

xujun

parent 31f5611f
......@@ -57,7 +57,7 @@ export default {
},
methods: {
addArray () {//添加成员
if (this.specList >= 3) {
if (this.specList.length >= 3) {
this.$message.error('最多只能添加三个评审专业!')
} else
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