@ -47,7 +47,7 @@ export class SearchTextValueTrigger extends Trigger {
el: {
type: Searcher.xtype,
ref: _ref => {
this.searcher = this;
this.searcher = _ref;
},
isAutoSearch: false,
@ -4,11 +4,11 @@
* Created by GUY on 2015/6/24.
*/
import { LayerController } from "./controller.layer";
import { zIndex_layer } from "../constant";
import { zIndex_masker } from "../constant";
export class MaskersController extends LayerController {
init() {
super.init(arguments);
this.zindex = zIndex_layer;
this.zindex = zIndex_masker;
}