src/views/onlineStudy/file.vue
@@ -199,6 +199,7 @@ handlerSubmit() { this.$refs['form'].validate((valid) => { if (valid) { this.form.contentUrl = this.form.contentUrl[0] if (this.form.id) { OnlineStudyAPI.update(this.form).then(res => { if (res.code === 1) {