JImageupload,JUpload组件修改,清除没必要的log
This commit is contained in:
@@ -54,7 +54,6 @@ export const JeroListMixin = {
|
||||
},
|
||||
created() {
|
||||
if(!this.disableMixinCreated){
|
||||
console.log(' -- mixin created -- ')
|
||||
this.loadData();
|
||||
//初始化字典配置 在自己页面定义
|
||||
this.initDictConfig();
|
||||
@@ -102,7 +101,7 @@ export const JeroListMixin = {
|
||||
})
|
||||
},
|
||||
initDictConfig(){
|
||||
console.log("--这是一个假的方法!")
|
||||
|
||||
},
|
||||
handleSuperQuery(params, matchType) {
|
||||
//高级查询方法
|
||||
|
||||
Reference in New Issue
Block a user