mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化开票功能
This commit is contained in:
parent
634c2398e5
commit
d9f72e5f2b
@ -1379,7 +1379,7 @@
|
|||||||
let _plugins = _sysInfo.plugins;
|
let _plugins = _sysInfo.plugins;
|
||||||
let _hasPlugin = false;
|
let _hasPlugin = false;
|
||||||
_plugins.forEach(_p=>{
|
_plugins.forEach(_p=>{
|
||||||
if(_pluginType == p.pluginType){
|
if(_pluginType == _p.pluginType){
|
||||||
_hasPlugin = true;
|
_hasPlugin = true;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user