这回好了

This commit is contained in:
NiSen
2023-06-30 14:20:22 +08:00
parent 168e05fcb4
commit 30a4534e7e

View File

@@ -246,10 +246,7 @@ const handleMsg = {
};
function handleOper(record, type, status = '') {
if (status) {
type = type + status
}
dialog({ content: handleMsg[type], ok: handle(record)[type] });
dialog({ content: handleMsg[state ? type + status : type], ok: handle(record)[type] });
}
// 信息下载
const downloadInfo = (record) => {