diff --git a/src/pages/plan/key/detail/list.js b/src/pages/plan/key/detail/list.js index 3490a6a1..49f23b43 100644 --- a/src/pages/plan/key/detail/list.js +++ b/src/pages/plan/key/detail/list.js @@ -260,7 +260,7 @@ export default class acclist extends React.Component { type: "warning", closeBtn: true, title: "确认操作", - content:

确定重置{rowData.plan_title}的key码?

, + content:

确定重置{rowData.key_code}?

, onConfirm() { let formdata = { key: rowData.key diff --git a/src/pages/plan/keyList/index.jsx b/src/pages/plan/keyList/index.jsx index 1844f4ce..a9dda6a7 100644 --- a/src/pages/plan/keyList/index.jsx +++ b/src/pages/plan/keyList/index.jsx @@ -483,7 +483,7 @@ const UseKeyList = () => { type: "warning", closeBtn: true, title: "确认操作", - content:

确定重置{rowData.title}的key码?

, + content:

确定重置{rowData.key_code}?

, onConfirm() { let formdata = { key: rowData.key