mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 09:22:56 +00:00
调试
This commit is contained in:
parent
540794f4f6
commit
2af74c3e6d
@ -163,10 +163,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//监听列表
|
//监听列表
|
||||||
layList.tool = function (EventFn, fieldStr,odj) {
|
layList.tool = function (EventFn, fieldStr,odjs) {
|
||||||
var that = this;
|
var that = this;
|
||||||
// var elemOdj=elemOdj || that.elemOdj
|
// var elemOdj=elemOdj || that.elemOdj
|
||||||
var elemOdj=that.elemOdj[odj || this.odj];
|
var elemOdj=that.elemOdj[odjs || this.odj];
|
||||||
console.log(elemOdj);
|
console.log(elemOdj);
|
||||||
this.table.on('tool(' + elemOdj + ')', function (obj) {
|
this.table.on('tool(' + elemOdj + ')', function (obj) {
|
||||||
console.log(obj)
|
console.log(obj)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user