使用element-ui中的upload组件传值出现[object,object]的时候? 物语染星辰 2022-06-14 229 阅读1分钟 1.使用element-ui中的upload组件传值实现[object,object]时候?我们可以使用把它转成JSON字符串的格式去操作。 ` this.upload.data.signCust=JSON.stringify(this.upload.data.signCust) ` 2.