|
@ -10,6 +10,7 @@ export default { |
|
|
const onCommand = async (item, rows) => { |
|
|
const onCommand = async (item, rows) => { |
|
|
console.log(item.path, item, rows); |
|
|
console.log(item.path, item, rows); |
|
|
}; |
|
|
}; |
|
|
|
|
|
config.query.schema.properties.businessType.default = "ZhiGongJianBBAC"; |
|
|
return { config, onCommand }; |
|
|
return { config, onCommand }; |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |