mirror of https://gitee.com/y_project/RuoYi.git
update ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js.
parent
67b3a4f7e2
commit
e4015e5257
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue