fix: 店铺装修更新后切换tab分类数据还是旧数据
This commit is contained in:
@@ -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",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user