puzhibing
2023-02-22 85eab076207efee683efb6fd04b2ca48b24d797a
management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUser.js
@@ -41,6 +41,8 @@
                        return '<span>正常</span>'
                    }else if (row.status === 2){
                        return '<span>冻结</span>'
                    }else if (row.status === 3){
                        return '<span>已删除</span>'
                    }
                }
            },
@@ -146,7 +148,6 @@
 */
TAppUser.updateStatus = function () {
        var ajax = new $ax(Feng.ctxPath + "/tAppUser/update-status", function (data) {
            console.log(111111)
            Feng.success("修改成功!");
            TAppUserInfoDlg.close();
            parent.TAppUser.table.refresh();