zhongrj
2023-11-04 52d315a6cfaffad9671da156f42507aacc537e59
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(",")
                  }