Explorar o código

fix: 更换背景以及注释接口参数year

秦佳莉 hai 2 meses
pai
achega
d27fc64543

BIN=BIN
src/assets/images/1077.png


+ 1 - 1
src/view/client/serviceCenter/new/AreaEvaluateInfo.vue

@@ -67,7 +67,7 @@ export default {
     // 获取数据
     getData: function () {
       const params = {
-        year: this.yearTime,
+        // year: this.yearTime,
         area: this.currentArea
       };
       AreaEvaluateInfo.getData(params).then(res => {

+ 2 - 2
src/view/client/serviceCenter/new/AreaHandleInfo.vue

@@ -85,8 +85,8 @@ export default {
     // 获取数据
     getData: function () {
       const params = {
-        year: this.yearTime,
-        area: this.currentArea
+        // year: this.yearTime,
+        areaName: this.currentArea
       };
       AreaHandleInfo.getData(params).then(res => {
         this.data = res.data.result;

+ 2 - 2
src/view/client/serviceCenter/new/CharacteristicThingInfo.vue

@@ -57,8 +57,8 @@ export default {
     // 获取数据
     getData: function () {
       const params = {
-        year: this.yearTime,
-        area: this.currentArea
+        // year: this.yearTime,
+        areaName: this.currentArea
       };
       CharacteristicThingInfo.getData(params).then(res => {
         this.data = res.data.result;

+ 2 - 2
src/view/client/serviceCenter/new/EfficientThingInfo.vue

@@ -59,8 +59,8 @@ export default {
     // 获取数据
     getData: function () {
       const params = {
-        year: this.yearTime,
-        area: this.currentArea
+        // year: this.yearTime,
+        areaName: this.currentArea
       };
       EfficientThingInfo.getData(params).then(res => {
         this.data = res.data.result;

+ 2 - 2
src/view/client/serviceCenter/new/ElectronicCertificateInfo.vue

@@ -47,8 +47,8 @@ export default {
   methods: {
     getData() {
       const params = {
-        year: this.yearTime,
-        area: this.currentArea
+        // year: this.yearTime,
+        areaName: this.currentArea
       };
       ElectronicCertificateInfo.getData(params).then((res) => {
         this.data = res.data.result;

+ 2 - 2
src/view/client/serviceCenter/new/ElectronicSealInfo.vue

@@ -103,8 +103,8 @@ export default {
     // 获取数据
     getData: function () {
       const params = {
-        year: this.yearTime,
-        area: this.currentArea
+        // year: this.yearTime,
+        areaName: this.currentArea
       };
       ElectronicSealInfo.getData(params).then(res => {
         this.data = res.data.result;

+ 1 - 1
src/view/client/serviceCenter/new/FourOfficeInfo.vue

@@ -85,7 +85,7 @@ export default {
         2: '一次办'
       };
       const params = {
-        year: this.yearTime,
+        // year: this.yearTime,
         areaName: this.currentArea
       };
       FourOfficeInfo.getData(params).then(res => {