瀏覽代碼

feat: 解决,用户管理,仓库账号,翻页面,回到之前界面数据不刷新

332777428@qq.com 2 月之前
父節點
當前提交
272c6ef869
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/user/store/index.vue

+ 2 - 0
src/views/user/store/index.vue

@@ -1,4 +1,5 @@
 <!-- 用户管理 仓库账号 -->
+
 <template>
   <div class="app-container">
     <el-button
@@ -83,6 +84,7 @@ import { list, remove, submit } from "@/api/user/store";
 import { sexMixin } from "@/mixin/index";
 import { dialogCallBack } from "@/utils/DialogUtil";
 export default {
+  name:"UserStore",
   mixins: [sexMixin],
   data() {
     const checkPhone = (rule, value, callback) => {