YYC
2023-09-07 3c6efb35ff0ebcca6e7104c20cde64825fddd59d
igds-web/src/main/resources/static/admin/inout/inout-common.js
@@ -31,6 +31,13 @@
    });
}
function alertSuccess(msg) {
    layer.alert(msg, {
        icon: 1,
        offset: ['300px', '300px']
    });
}
/**
 * 弹出提醒框
 * @param msg 提醒信息
@@ -61,6 +68,6 @@
            }
        });
    } else {
        layer.alert(msg, {offset: ['300px', '300px']});
        alertError(msg);
    }
}