...
|
...
|
@@ -24,7 +24,7 @@ layui.define(['element', 'admin', 'view'], function (exports) { |
|
|
* hash变更
|
|
|
*/
|
|
|
hashChane: function () {
|
|
|
debugger
|
|
|
// debugger
|
|
|
var hash = window.top.location.hash;
|
|
|
sessionStorage.setItem("pagePath", hash);
|
|
|
sessionStorage.setItem("batchNo", window.generateUUID().replace(/-/g, ""));
|
...
|
...
|
@@ -311,7 +311,7 @@ layui.define(['element', 'admin', 'view'], function (exports) { |
|
|
*/
|
|
|
clickEventHandle(thisObj, key) {
|
|
|
let that = this;
|
|
|
debugger
|
|
|
// debugger
|
|
|
sessionStorage.setItem("groupId",window.generateUUID().replace(/-/g, ""));
|
|
|
|
|
|
let layHref = thisObj.attr('lay-href') ? thisObj.attr('lay-href') : '';
|
...
|
...
|
|