修复个人中心笔记中,导入的图片笔记,进行编辑删除图片无效

This commit is contained in:
王卓煜
2025-07-08 11:03:38 +08:00
parent e6d0281014
commit 6c99555498

View File

@@ -195,9 +195,7 @@ export default {
if(num == 1) {
this.editdata.isAuto = true;
}
if(this.imgContent.length > 0) {
this.editdata.content = this.imgContent.join();
}
apiNote.update(this.editdata).then(res=>{
if(res.status == 200) {
localStorage.removeItem(this.localStorageKey); //清空本地缓存