mirror of https://gitee.com/y_project/RuoYi.git
!279 update ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js.
Merge pull request !279 from java小强/N/Apull/279/MERGE
commit
2ff4f51d0f
|
@ -985,6 +985,11 @@ var table = {
|
|||
};
|
||||
$.modal.openOptions(options);
|
||||
},
|
||||
// 详细信息,以tab页展现
|
||||
detailTab: function(id) {
|
||||
table.set();
|
||||
$.modal.openTab("详细" + table.options.modalName, $.operate.detailUrl(id));
|
||||
},
|
||||
// 详细访问地址
|
||||
detailUrl: function(id) {
|
||||
var url = "/404.html";
|
||||
|
|
Loading…
Reference in New Issue