新增多图片上传pc端返回code 为null

This commit is contained in:
wuyibo
2023-02-09 18:22:23 +08:00
parent e1057db216
commit 25562c6475
8 changed files with 644 additions and 291 deletions

View File

@@ -530,6 +530,7 @@ export default {
const id = row.id || this.ids
getCompetition(id).then(response => {
this.form = response.data;
this.imageUrl = this.form.competitionBackImg;
this.open = true;
this.title = "修改赛会信息";
});