This commit is contained in:
670788339
2025-11-04 14:30:12 +08:00
parent 3eae32b617
commit bbafde31b5

View File

@@ -320,14 +320,14 @@ export default {
}
});
// this.$nextTick(() => {
// // 强制重新设置selectedTags来触发更新
// const tempTags = [...this.selectedTags];
// this.selectedTags = [];
// this.$nextTick(() => {
// this.selectedTags = tempTags;
// });
// });
this.$nextTick(() => {
// 强制重新设置selectedTags来触发更新
const tempTags = [...this.selectedTags];
this.selectedTags = [];
this.$nextTick(() => {
this.selectedTags = tempTags;
});
});
} finally {
this.loading = false