update ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js.

pull/279/head
java小强 2021-03-29 14:09:54 +08:00 committed by Gitee
parent 67b3a4f7e2
commit e4015e5257
1 changed files with 5 additions and 0 deletions

View File

@ -985,6 +985,11 @@ var table = {
}; };
$.modal.openOptions(options); $.modal.openOptions(options);
}, },
// 详细信息以tab页展现
detailTab: function(id) {
table.set();
$.modal.openTab("详细" + table.options.modalName, $.operate.detailUrl(id));
},
// 详细访问地址 // 详细访问地址
detailUrl: function(id) { detailUrl: function(id) {
var url = "/404.html"; var url = "/404.html";