telephone-clients 4.0.0-1-7 → 4.0.0-1-9
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
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
},
|
|
179
179
|
ready () {
|
|
180
180
|
let http = new HttpResetClass()
|
|
181
|
-
http.load('GET', `/
|
|
181
|
+
http.load('GET', `/af-telephone/rs/vue`, {}, {resolveMsg: null, rejectMsg: null}).then(res=>{
|
|
182
182
|
if(res.data.telephone){
|
|
183
183
|
if (res.data.telephone.FailuresConfig){
|
|
184
184
|
this.failuresAll=res.data.telephone.FailuresConfig.data
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
|
|
115
115
|
<script>
|
|
116
116
|
import {HttpResetClass, PagedList} from 'vue-client'
|
|
117
|
-
import * as Util from '
|
|
118
|
-
import {addDate} from "
|
|
117
|
+
import * as Util from '../../../components/Util'
|
|
118
|
+
import {addDate} from "../../../components/Util";
|
|
119
119
|
|
|
120
120
|
export default {
|
|
121
121
|
title: '呼损记录',
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
|
|
108
108
|
<script>
|
|
109
109
|
import { HttpResetClass } from 'vue-client'
|
|
110
|
-
import * as Util from '
|
|
111
|
-
import wxcon from '
|
|
110
|
+
import * as Util from '../../../components/Util'
|
|
111
|
+
import wxcon from '../../../../src/stores/wxconfig'
|
|
112
112
|
export default {
|
|
113
113
|
title: '回访单',
|
|
114
114
|
props: {
|
package/src/main.js
CHANGED
|
@@ -10,7 +10,7 @@ Vue.prototype.$echarts = echarts
|
|
|
10
10
|
/** **************************通用组件******************************/
|
|
11
11
|
all()
|
|
12
12
|
system(false)
|
|
13
|
-
telephone('
|
|
13
|
+
telephone('meihekou')
|
|
14
14
|
// safecheck('bayan')
|
|
15
15
|
require('./expandcss.less')
|
|
16
16
|
require('system-clients/src/styles/less/bootstrap.less')
|