26419
This commit is contained in:
@@ -175,6 +175,12 @@
|
||||
item: this.keys[index]
|
||||
}
|
||||
})
|
||||
|
||||
for (let v of this.form.voteItems) {
|
||||
if (!v.content) {
|
||||
return this.$message.error(`请输入选项${v.item}的内容`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.instance.post(`/app/appvillagediscuss/addOrUpdate`, {
|
||||
|
||||
Reference in New Issue
Block a user