fix: 店铺装修更新后切换tab分类数据还是旧数据

This commit is contained in:
YeMingfei666 2025-03-06 11:31:11 +08:00
parent 6a2b6ba9e0
commit 2972e4b610
1 changed files with 2 additions and 1 deletions

View File

@ -228,6 +228,7 @@
</template> </template>
<script> <script>
import { ElMessage } from "element-plus";
import shopExtendApi from "@/api/account/shopExtend"; import shopExtendApi from "@/api/account/shopExtend";
export default { export default {
data() { data() {
@ -248,7 +249,7 @@ export default {
...this.selectItem, ...this.selectItem,
autokey: this.selectItem.autoKey, autokey: this.selectItem.autoKey,
}); });
this.$message({ ElMessage({
message: "编辑成功", message: "编辑成功",
type: "success", type: "success",
}); });