|
@@ -53,7 +53,7 @@ export const JeecgListMixin = {
|
|
|
},
|
|
|
created() {
|
|
|
if(!this.disableMixinCreated){
|
|
|
- console.log(' -- mixin created -- ')
|
|
|
+ // console.log(' -- mixin created -- ')
|
|
|
this.loadData();
|
|
|
//初始化字典配置 在自己页面定义
|
|
|
this.initDictConfig();
|
|
@@ -101,7 +101,7 @@ export const JeecgListMixin = {
|
|
|
})
|
|
|
},
|
|
|
initDictConfig(){
|
|
|
- console.log("--这是一个假的方法!")
|
|
|
+ // console.log("--这是一个假的方法!")
|
|
|
},
|
|
|
handleSuperQuery(params, matchType) {
|
|
|
//高级查询方法
|