mrzhssss
2022-01-14 7ea9e40063bb40954b1c73675e2ed1963df99c4d
src/main/webapp/static/js/item/item.js
@@ -72,7 +72,7 @@
            statusCode: 200
        },
        done: function(res, curr, count) {
            console.log(res.data)
            if (res.code === 403) {
                top.location.href = baseUrl+"/";
            }
@@ -177,7 +177,7 @@
            success: function (layero, dIndex) {
                layDateRender();
                form.val('detail', mData);
                console.log(mData)
                form.on('submit(editSubmit)', function (data) {
                    var loadIndex = layer.load(2);
@@ -287,6 +287,7 @@
function tableReload(child) {
    var searchData = {};
    $.each($('#search-box [name]').serializeArray(), function() {
        searchData[this.name] = this.value;
    });