@deepinnet-components/pc 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UserCenter/AccountPage/components/EditPasswordModal/index.d.ts +12 -0
- package/dist/UserCenter/AccountPage/components/EditPasswordModal/index.js +170 -0
- package/dist/UserCenter/AccountPage/index.js +24 -2
- package/dist/UserCenter/ConfigProvider/index.d.ts +1 -0
- package/dist/UserCenter/ConfigProvider/index.js +15 -4
- package/dist/UserCenter/OrgPage/components/CreateMember/index.js +4 -1
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface MainProps {
|
|
3
|
+
isStart?: boolean;
|
|
4
|
+
visible?: boolean;
|
|
5
|
+
addOrEdit?: string;
|
|
6
|
+
actionRow?: any;
|
|
7
|
+
pid?: any;
|
|
8
|
+
onClose?: any;
|
|
9
|
+
onSuccess?: any;
|
|
10
|
+
}
|
|
11
|
+
declare const EditPasswordModal: (props: MainProps) => React.JSX.Element;
|
|
12
|
+
export default EditPasswordModal;
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
3
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
4
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
5
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
6
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
7
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
10
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
11
|
+
import React, { useContext, useState, useMemo } from 'react';
|
|
12
|
+
import { Modal, message } from 'antd';
|
|
13
|
+
import { Form, FormItem, Input, Select } from '@formily/antd-v5';
|
|
14
|
+
import { createForm } from '@formily/core';
|
|
15
|
+
import { createSchemaField } from '@formily/react';
|
|
16
|
+
import { hashWithCryptoJS, sm4Encrypt } from "../../../utils";
|
|
17
|
+
import ValueContext from "../../../context";
|
|
18
|
+
var SchemaField = createSchemaField({
|
|
19
|
+
components: {
|
|
20
|
+
FormItem: FormItem,
|
|
21
|
+
Select: Select,
|
|
22
|
+
Input: Input
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
var schema = {
|
|
26
|
+
type: 'object',
|
|
27
|
+
properties: {
|
|
28
|
+
password: {
|
|
29
|
+
type: 'string',
|
|
30
|
+
title: '新密码',
|
|
31
|
+
'x-decorator': 'FormItem',
|
|
32
|
+
'x-component': 'Input.Password',
|
|
33
|
+
'x-component-props': {
|
|
34
|
+
// placeholder: '请输入包含大小写字母且长度不低于8位的密码',
|
|
35
|
+
placeholder: '请输入密码',
|
|
36
|
+
allowClear: true,
|
|
37
|
+
maxLength: 20
|
|
38
|
+
// showCount: true,
|
|
39
|
+
},
|
|
40
|
+
'x-validator': [{
|
|
41
|
+
required: true,
|
|
42
|
+
message: '请输入密码'
|
|
43
|
+
}, {
|
|
44
|
+
validator: "{{\n (val) => {\n if (!passwordConfig) return;\n const regex = passwordConfig.regex;\n if (val && !regex.test(val)) {\n return passwordConfig.message\n }\n }\n }}"
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
passwordRepeat: {
|
|
48
|
+
type: 'string',
|
|
49
|
+
title: '确认新密码',
|
|
50
|
+
'x-decorator': 'FormItem',
|
|
51
|
+
'x-component': 'Input.Password',
|
|
52
|
+
'x-component-props': {
|
|
53
|
+
// placeholder: '请输入包含大小写字母且长度不低于8位的密码',
|
|
54
|
+
placeholder: '请输入密码',
|
|
55
|
+
allowClear: true,
|
|
56
|
+
maxLength: 20
|
|
57
|
+
// showCount: true,
|
|
58
|
+
},
|
|
59
|
+
'x-validator': [{
|
|
60
|
+
required: true,
|
|
61
|
+
message: '请输入密码'
|
|
62
|
+
}]
|
|
63
|
+
// 'x-reactions': [
|
|
64
|
+
// {
|
|
65
|
+
// dependencies: ['newPassword'],
|
|
66
|
+
// fulfill: {
|
|
67
|
+
// state: {
|
|
68
|
+
// selfErrors:
|
|
69
|
+
// "{{ ($deps[0] !== undefined && $self.value !== undefined) ? ($deps[0] !== $self.value ? '两次密码输入不一致' : '') : ''}}",
|
|
70
|
+
// },
|
|
71
|
+
// },
|
|
72
|
+
// },
|
|
73
|
+
// ],
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
};
|
|
77
|
+
var EditPasswordModal = function EditPasswordModal(props) {
|
|
78
|
+
var actionRow = props.actionRow,
|
|
79
|
+
onClose = props.onClose,
|
|
80
|
+
onSuccess = props.onSuccess;
|
|
81
|
+
var contextValue = useContext(ValueContext);
|
|
82
|
+
var ApiService = contextValue.ApiService,
|
|
83
|
+
passwordConfig = contextValue.passwordConfig,
|
|
84
|
+
passwordEncryption = contextValue.passwordEncryption,
|
|
85
|
+
passwordEncryptionNeedSalt = contextValue.passwordEncryptionNeedSalt;
|
|
86
|
+
var _useState = useState(false),
|
|
87
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
88
|
+
loading = _useState2[0],
|
|
89
|
+
setLoading = _useState2[1];
|
|
90
|
+
function handleOk() {
|
|
91
|
+
return _handleOk.apply(this, arguments);
|
|
92
|
+
}
|
|
93
|
+
function _handleOk() {
|
|
94
|
+
_handleOk = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
95
|
+
var values, params, _sm4Encrypt, key, encryptedData, _yield$yield$ApiServi, success;
|
|
96
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
97
|
+
while (1) switch (_context.prev = _context.next) {
|
|
98
|
+
case 0:
|
|
99
|
+
_context.next = 2;
|
|
100
|
+
return form.submit();
|
|
101
|
+
case 2:
|
|
102
|
+
values = _context.sent;
|
|
103
|
+
if (!(values.password !== values.passwordRepeat)) {
|
|
104
|
+
_context.next = 5;
|
|
105
|
+
break;
|
|
106
|
+
}
|
|
107
|
+
return _context.abrupt("return", message.warning('两次密码输入不一致'));
|
|
108
|
+
case 5:
|
|
109
|
+
_context.prev = 5;
|
|
110
|
+
setLoading(true);
|
|
111
|
+
params = {
|
|
112
|
+
accountNo: actionRow === null || actionRow === void 0 ? void 0 : actionRow.accountNo,
|
|
113
|
+
password: hashWithCryptoJS(values.password, passwordEncryption)
|
|
114
|
+
};
|
|
115
|
+
if (passwordEncryptionNeedSalt) {
|
|
116
|
+
_sm4Encrypt = sm4Encrypt(params.password), key = _sm4Encrypt.key, encryptedData = _sm4Encrypt.encryptedData;
|
|
117
|
+
params.password = encryptedData;
|
|
118
|
+
params.key = key;
|
|
119
|
+
}
|
|
120
|
+
_context.next = 11;
|
|
121
|
+
return ApiService.getAccountList(params);
|
|
122
|
+
case 11:
|
|
123
|
+
_context.next = 13;
|
|
124
|
+
return _context.sent;
|
|
125
|
+
case 13:
|
|
126
|
+
_yield$yield$ApiServi = _context.sent;
|
|
127
|
+
success = _yield$yield$ApiServi.success;
|
|
128
|
+
if (success) {
|
|
129
|
+
message.success('密码修改成功');
|
|
130
|
+
onClose === null || onClose === void 0 || onClose();
|
|
131
|
+
}
|
|
132
|
+
case 16:
|
|
133
|
+
_context.prev = 16;
|
|
134
|
+
setLoading(false);
|
|
135
|
+
return _context.finish(16);
|
|
136
|
+
case 19:
|
|
137
|
+
case "end":
|
|
138
|
+
return _context.stop();
|
|
139
|
+
}
|
|
140
|
+
}, _callee, null, [[5,, 16, 19]]);
|
|
141
|
+
}));
|
|
142
|
+
return _handleOk.apply(this, arguments);
|
|
143
|
+
}
|
|
144
|
+
function handleCancel() {
|
|
145
|
+
onClose === null || onClose === void 0 || onClose();
|
|
146
|
+
}
|
|
147
|
+
var form = useMemo(function () {
|
|
148
|
+
return createForm({});
|
|
149
|
+
}, []);
|
|
150
|
+
return /*#__PURE__*/React.createElement(Modal, {
|
|
151
|
+
title: "\u4FEE\u6539\u5BC6\u7801",
|
|
152
|
+
open: true,
|
|
153
|
+
onOk: handleOk,
|
|
154
|
+
onCancel: handleCancel,
|
|
155
|
+
okButtonProps: {
|
|
156
|
+
loading: loading
|
|
157
|
+
}
|
|
158
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
159
|
+
className: "mt-[20px]"
|
|
160
|
+
}, /*#__PURE__*/React.createElement(Form, {
|
|
161
|
+
form: form,
|
|
162
|
+
labelWidth: 100
|
|
163
|
+
}, /*#__PURE__*/React.createElement(SchemaField, {
|
|
164
|
+
schema: schema,
|
|
165
|
+
scope: {
|
|
166
|
+
passwordConfig: passwordConfig
|
|
167
|
+
}
|
|
168
|
+
}))));
|
|
169
|
+
};
|
|
170
|
+
export default EditPasswordModal;
|
|
@@ -21,6 +21,7 @@ import { Button, message, Tooltip } from 'antd';
|
|
|
21
21
|
import dayjs from 'dayjs';
|
|
22
22
|
import React, { useContext, useRef, useState } from 'react';
|
|
23
23
|
import CreateAccount from "./components/CreateAccount";
|
|
24
|
+
import EditPasswordModal from "./components/EditPasswordModal";
|
|
24
25
|
import ValueContext from "../context";
|
|
25
26
|
var statusMap = {
|
|
26
27
|
0: {
|
|
@@ -41,7 +42,8 @@ var AccountList = function AccountList() {
|
|
|
41
42
|
pageUrl = contextValue.pageUrl,
|
|
42
43
|
navigate = contextValue.navigate,
|
|
43
44
|
userType = contextValue.userType,
|
|
44
|
-
hideDeleteAccountBtn = contextValue.hideDeleteAccountBtn
|
|
45
|
+
hideDeleteAccountBtn = contextValue.hideDeleteAccountBtn,
|
|
46
|
+
canEditPassword = contextValue.canEditPassword;
|
|
45
47
|
var tableRef = useRef(null);
|
|
46
48
|
var columns = [{
|
|
47
49
|
title: '姓名',
|
|
@@ -166,7 +168,7 @@ var AccountList = function AccountList() {
|
|
|
166
168
|
title: '操作',
|
|
167
169
|
dataIndex: 'action',
|
|
168
170
|
fixed: 'right',
|
|
169
|
-
width:
|
|
171
|
+
width: 120,
|
|
170
172
|
align: 'left',
|
|
171
173
|
render: function render(_, row) {
|
|
172
174
|
var operationList = [{
|
|
@@ -175,6 +177,13 @@ var AccountList = function AccountList() {
|
|
|
175
177
|
handleEditAccount(row);
|
|
176
178
|
},
|
|
177
179
|
show: true
|
|
180
|
+
}, {
|
|
181
|
+
text: '修改密码',
|
|
182
|
+
handleClick: function handleClick() {
|
|
183
|
+
setEditPasswordAccount(row);
|
|
184
|
+
setPasswordModalShow(true);
|
|
185
|
+
},
|
|
186
|
+
show: canEditPassword
|
|
178
187
|
}, {
|
|
179
188
|
text: '冻结',
|
|
180
189
|
isPopoverBtn: true,
|
|
@@ -333,6 +342,14 @@ var AccountList = function AccountList() {
|
|
|
333
342
|
function handleClickOrg(id) {
|
|
334
343
|
navigate("".concat(pageUrl.orgPage, "?id=").concat(id));
|
|
335
344
|
}
|
|
345
|
+
var _useState3 = useState(),
|
|
346
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
347
|
+
editPasswordAccount = _useState4[0],
|
|
348
|
+
setEditPasswordAccount = _useState4[1];
|
|
349
|
+
var _useState5 = useState(false),
|
|
350
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
351
|
+
passwordModalShow = _useState6[0],
|
|
352
|
+
setPasswordModalShow = _useState6[1];
|
|
336
353
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ShenduTable, {
|
|
337
354
|
search: {
|
|
338
355
|
labelWidth: 'auto'
|
|
@@ -407,6 +424,11 @@ var AccountList = function AccountList() {
|
|
|
407
424
|
tableRef.current.reloadCurrentPage();
|
|
408
425
|
}
|
|
409
426
|
}
|
|
427
|
+
}), passwordModalShow && /*#__PURE__*/React.createElement(EditPasswordModal, {
|
|
428
|
+
actionRow: editPasswordAccount,
|
|
429
|
+
onClose: function onClose() {
|
|
430
|
+
setPasswordModalShow(false);
|
|
431
|
+
}
|
|
410
432
|
}));
|
|
411
433
|
};
|
|
412
434
|
export default AccountList;
|
|
@@ -18,6 +18,8 @@ var Index = function Index(props) {
|
|
|
18
18
|
var request = props.request,
|
|
19
19
|
_props$api = props.api,
|
|
20
20
|
api = _props$api === void 0 ? {
|
|
21
|
+
editPassword: '/admin/account/page',
|
|
22
|
+
// 修改密码
|
|
21
23
|
getAccountList: '/admin/account/page',
|
|
22
24
|
// 获取账号列表
|
|
23
25
|
saveAccount: '/admin/account/save',
|
|
@@ -69,7 +71,9 @@ var Index = function Index(props) {
|
|
|
69
71
|
_props$hideMemberType = props.hideMemberType,
|
|
70
72
|
hideMemberType = _props$hideMemberType === void 0 ? false : _props$hideMemberType,
|
|
71
73
|
_props$showMemberPilo = props.showMemberPilot,
|
|
72
|
-
showMemberPilot = _props$showMemberPilo === void 0 ? false : _props$showMemberPilo
|
|
74
|
+
showMemberPilot = _props$showMemberPilo === void 0 ? false : _props$showMemberPilo,
|
|
75
|
+
_props$canEditPasswor = props.canEditPassword,
|
|
76
|
+
canEditPassword = _props$canEditPasswor === void 0 ? false : _props$canEditPasswor;
|
|
73
77
|
var _useState = useState(),
|
|
74
78
|
_useState2 = _slicedToArray(_useState, 2),
|
|
75
79
|
value = _useState2[0],
|
|
@@ -80,10 +84,16 @@ var Index = function Index(props) {
|
|
|
80
84
|
_classCallCheck(this, Service);
|
|
81
85
|
}
|
|
82
86
|
_createClass(Service, null, [{
|
|
83
|
-
key: "
|
|
87
|
+
key: "editPassword",
|
|
84
88
|
value:
|
|
89
|
+
// 修改密码
|
|
90
|
+
function editPassword(params) {
|
|
91
|
+
return request.post(api.editPassword, params);
|
|
92
|
+
}
|
|
85
93
|
// 获取账号列表
|
|
86
|
-
|
|
94
|
+
}, {
|
|
95
|
+
key: "getAccountList",
|
|
96
|
+
value: function getAccountList(params) {
|
|
87
97
|
return request.post(api.getAccountList, params);
|
|
88
98
|
}
|
|
89
99
|
// 保存账号
|
|
@@ -220,7 +230,8 @@ var Index = function Index(props) {
|
|
|
220
230
|
passwordEncryptionNeedSalt: passwordEncryptionNeedSalt,
|
|
221
231
|
hideDeleteAccountBtn: hideDeleteAccountBtn,
|
|
222
232
|
hideMemberType: hideMemberType,
|
|
223
|
-
showMemberPilot: showMemberPilot
|
|
233
|
+
showMemberPilot: showMemberPilot,
|
|
234
|
+
canEditPassword: canEditPassword
|
|
224
235
|
});
|
|
225
236
|
}, []);
|
|
226
237
|
if (!value) return null;
|
|
@@ -11,7 +11,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
11
11
|
import { Form, FormItem, Input, Select } from '@formily/antd-v5';
|
|
12
12
|
import { createForm } from '@formily/core';
|
|
13
13
|
import { createSchemaField } from '@formily/react';
|
|
14
|
-
import { Modal, message
|
|
14
|
+
import { Checkbox, Modal, message } from 'antd';
|
|
15
15
|
import React, { useContext, useEffect, useMemo, useState } from 'react';
|
|
16
16
|
import OrgSelect from "../../../OrgSelect";
|
|
17
17
|
import { MEMBER_TYPE_ENUM, MEMBER_TYPE_TEXT_ENUM } from "../../../enum";
|
|
@@ -227,6 +227,9 @@ var CreateMember = function CreateMember(props) {
|
|
|
227
227
|
// disabled: '{{type === "edit"}}',
|
|
228
228
|
},
|
|
229
229
|
'x-validator': [{
|
|
230
|
+
required: true,
|
|
231
|
+
message: '请输入手机号'
|
|
232
|
+
}, {
|
|
230
233
|
format: 'phone',
|
|
231
234
|
message: '请输入正确的手机号'
|
|
232
235
|
}]
|