manage-client 4.1.2 → 4.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
import { PagedList } from 'vue-client'
|
|
320
320
|
import Vue from 'vue'
|
|
321
321
|
import plugin from 'system-clients/src/plugins/GetLoginInfoService'
|
|
322
|
-
import exportConfig from "
|
|
322
|
+
import exportConfig from "../../components/sale/config/exportConfig";
|
|
323
323
|
|
|
324
324
|
let readySomething = async function (self) {
|
|
325
325
|
await self.$MagLoadParams.loadParam()
|