@@ -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) => {