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