Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2021-07-30 00:48:09 +08:00
36 changed files with 1507 additions and 649 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ export default {
uploadSuccess(res, file, fileList) {
if (res.ok) {
// this.value += res.data.id + ','
this.$emit('input', this.value + res.data.id + ',')
this.$emit('input', this.value ? this.value + ',' : this.value+ res.data.id + ',')
this.$emit('success')
this.$message({
message: '文件上传成功',