mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
这回好了
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user