修改重置key码的提示语

This commit is contained in:
xiaogang 2024-08-06 14:37:18 +08:00
parent 58cbe28a9e
commit 6b35cbbb33
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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