system-clients 4.0.14 → 4.0.15
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
@@ -167,7 +167,7 @@
|
|
167
167
|
import vue from 'vue'
|
168
168
|
import co from 'co'
|
169
169
|
import {HttpResetClass} from "vue-client";
|
170
|
-
import * as Util from '
|
170
|
+
import * as Util from '../../components/Util'
|
171
171
|
let getwartermakr = async function (self) {
|
172
172
|
let param = {
|
173
173
|
tablename: 't_singlevalue',
|