|
|
@ -727,7 +727,6 @@ showHotline:false, |
|
|
|
attachmentType: file.raw.type, |
|
|
|
attachmentUrl: res.data.url, |
|
|
|
}); |
|
|
|
console.log(this.docList); |
|
|
|
} else { |
|
|
|
this.$message.error(res.msg); |
|
|
|
} |
|
|
@ -738,7 +737,7 @@ showHotline:false, |
|
|
|
(item) => item.url == file.response.data.url |
|
|
|
); |
|
|
|
this.docList.splice(index, 1); |
|
|
|
console.log(this.docList); |
|
|
|
|
|
|
|
}, |
|
|
|
async getReplayInfo() { |
|
|
|
if (this.required&& this.audioList.length==0) { |
|
|
@ -746,6 +745,7 @@ showHotline:false, |
|
|
|
return |
|
|
|
} |
|
|
|
this.okflag = false; |
|
|
|
|
|
|
|
this.$refs["ref_form"].validate((valid, messageObj) => { |
|
|
|
if (!valid) { |
|
|
|
app.util.validateRule(messageObj); |
|
|
|