mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
这回好了
This commit is contained in:
@@ -246,10 +246,7 @@ const handleMsg = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function handleOper(record, type, status = '') {
|
function handleOper(record, type, status = '') {
|
||||||
if (status) {
|
dialog({ content: handleMsg[state ? type + status : type], ok: handle(record)[type] });
|
||||||
type = type + status
|
|
||||||
}
|
|
||||||
dialog({ content: handleMsg[type], ok: handle(record)[type] });
|
|
||||||
}
|
}
|
||||||
// 信息下载
|
// 信息下载
|
||||||
const downloadInfo = (record) => {
|
const downloadInfo = (record) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user