subPackage/workbench/views/cscj.vue
@@ -383,14 +383,11 @@ submit() { const that = this this.$refs.form.validate().then(valid => { if (valid) { if (this.form.images.length > 0) { let urls = [] this.form.images.forEach(e => { urls.push(e.url) urls.push(e.name) }) this.form.imageUrls = urls.join(",") }