提交修改

This commit is contained in:
zhaofang
2022-11-23 19:01:03 +08:00
parent 2b0aab2ca1
commit 2462f132a3
3 changed files with 11 additions and 2 deletions

View File

@@ -150,6 +150,10 @@
goSubmit() {
let $this=this;
let images=[];
if(this.qa.title == '') {
$this.$refs.messager.show({message:'请填写标题',type:'error'});
return
}
this.fileList.forEach(file=>{
images.push(file.path);
})