Shannon_mu 2 rokov pred
rodič
commit
3963671a8f

+ 1 - 1
operationSupport/src/views/newWorkBench/components/discount.vue

@@ -75,7 +75,7 @@ export default {
     getData () {
       this.$http
         //sc-community/statisticWarnTrend
-        .get('/sc-community-web/countDeviceAlarmLast30Days', this.mixins_query)
+        .get('/sc-community/countDeviceAlarmLast30Days', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0) {
             let dateTime = [],

+ 1 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/BusinessOpportunity.vue

@@ -64,7 +64,7 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community-web/business/statistics/source', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/business/statistics/source', this.mixins_query).then(({ data, msg, status }) => {
 
         if (status == 0) {
           let newData = [];

+ 1 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/distributionSuggestion.vue

@@ -73,7 +73,7 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community-web/statisticComplaint', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/statisticComplaint', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0 && !!data.datas) {
           this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: 'number', total: data.total });
         }

+ 1 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/enterpriseDistribution.vue

@@ -51,7 +51,7 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community-web/statisticEnterpriseType', this.mixins_query).then(({ data, msg, status }) => {
+      this.$http.get('/sc-community/statisticEnterpriseType', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0) {
           this.clientOptions = ringType([], this.eachartObj(data), {}, { type: '', total: data.total });
         }

+ 1 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/personnelSalesanalysis.vue

@@ -93,7 +93,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/business/statistics/user', this.mixins_query)
+        .get('/sc-community/business/statistics/user', this.mixins_query)
         .then(({ status, data, msg }) => {
 
           if (status == 0) {

+ 1 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/salesFunnel.vue

@@ -70,7 +70,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/business/statistics/status', this.mixins_query)
+        .get('/sc-community/business/statistics/status', this.mixins_query)
         .then(({ status, data, msg }) => {
 
           if (status == 0) {

+ 1 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/scoringOperationPersonnel.vue

@@ -77,7 +77,7 @@ export default {
   methods: {
     getData () {
       this.$http
-        .get('/sc-community-web/statisticWorkOrderEvaluate', this.mixins_query)
+        .get('/sc-community/statisticWorkOrderEvaluate', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0) {
             let name = [];