序列号增加单据点开,会员页面优化

This commit is contained in:
季圣华
2021-05-30 07:31:09 +08:00
parent 3611eb84e0
commit 64d8e875bd
10 changed files with 50 additions and 70 deletions

View File

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