wangzhe преди 1 година
родител
ревизия
e562821d3f

+ 2 - 2
src/views/specialService/financialInfrastructure/index.vue

@@ -252,7 +252,7 @@ export default {
     handleUpdate(row) {
       this.reset();
       const id = row.id || this.ids
-      getServer(id).then(response => {
+      getServer(id, 9).then(response => {
         this.form = response.data;
         this.open = true;
         this.title = "修改金融基建";
@@ -263,7 +263,7 @@ export default {
       this.reset();
       this.view = true; // 开启详情只读
       const id = row.id || this.ids
-      getServer(id).then(response => {
+      getServer(id, 9).then(response => {
         this.form = response.data;
         this.open = true;
         this.title = "法律服务详情";

+ 2 - 2
src/views/specialService/legalService/index.vue

@@ -252,7 +252,7 @@ export default {
     handleUpdate(row) {
       this.reset();
       const id = row.id || this.ids
-      getServer(id).then(response => {
+      getServer(id, 8).then(response => {
         this.form = response.data;
         this.open = true;
         this.title = "修改法律服务";
@@ -263,7 +263,7 @@ export default {
       this.reset();
       this.view = true; // 开启详情只读
       const id = row.id || this.ids
-      getServer(id).then(response => {
+      getServer(id, 8).then(response => {
         this.form = response.data;
         this.open = true;
         this.title = "法律服务详情";

+ 2 - 2
src/views/specialService/loveAtVillage/index.vue

@@ -252,7 +252,7 @@ export default {
     handleUpdate(row) {
       this.reset();
       const id = row.id || this.ids
-      getServer(id).then(response => {
+      getServer(id, 7).then(response => {
         this.form = response.data;
         this.open = true;
         this.title = "修改乡村婚恋";
@@ -263,7 +263,7 @@ export default {
       this.reset();
       this.view = true; // 开启详情只读
       const id = row.id || this.ids
-      getServer(id).then(response => {
+      getServer(id, 7).then(response => {
         this.form = response.data;
         this.open = true;
         this.title = "乡村婚恋详情";