Skip to content

Commit

Permalink
Merge pull request #58 from Enraged-Dun-Cookie-Development-Team/fix-t…
Browse files Browse the repository at this point in the history
…oollinkImg

fix: 修复工具链接图片上传后删除新增按钮消失
  • Loading branch information
phidiaLam authored Sep 28, 2024
2 parents e7a946f + ff5e515 commit bb5b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/canteen/toolLink/editToolLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default {
},
// 删除图片
onRemove() {
this.toolLinkData.avatar = '';
this.toolLinkData.icon_url = '';
},
createData() {
let allPass = true;
Expand Down

0 comments on commit bb5b25b

Please sign in to comment.