修改重置key码的提示语
This commit is contained in:
parent
58cbe28a9e
commit
6b35cbbb33
|
@ -260,7 +260,7 @@ export default class acclist extends React.Component {
|
|||
type: "warning",
|
||||
closeBtn: true,
|
||||
title: "确认操作",
|
||||
content: <p>确定重置{rowData.plan_title}的key码?</p>,
|
||||
content: <p>确定重置{rowData.key_code}?</p>,
|
||||
onConfirm() {
|
||||
let formdata = {
|
||||
key: rowData.key
|
||||
|
|
|
@ -483,7 +483,7 @@ const UseKeyList = () => {
|
|||
type: "warning",
|
||||
closeBtn: true,
|
||||
title: "确认操作",
|
||||
content: <p>确定重置{rowData.title}的key码?</p>,
|
||||
content: <p>确定重置{rowData.key_code}?</p>,
|
||||
onConfirm() {
|
||||
let formdata = {
|
||||
key: rowData.key
|
||||
|
|
Loading…
Reference in New Issue