|
|
@@ -37,6 +37,7 @@ import ghsItemClass from '@/service/ghs-item-class/index';
|
|
|
import statBook from '@/service/stat-book/index';
|
|
|
import ghs from '@/service/ghs/index';
|
|
|
import cg from '@/service/cg/index';
|
|
|
+import modify from '@/service/modify/index';
|
|
|
import purchaseOrder from '@/service/purchase-order/index';
|
|
|
import purchaseOrderItem from '@/service/purchase-order-item/index';
|
|
|
import customBalanceChange from '@/service/custom-balance-change/index';
|
|
|
@@ -46,6 +47,7 @@ export function SET_SERVICE({ store }) {
|
|
|
// const ignore = ['./request.js'];
|
|
|
|
|
|
let modules = {
|
|
|
+ modify,
|
|
|
customBalanceChange,
|
|
|
purchaseOrderItem,
|
|
|
cg,
|