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