|
@@ -1141,7 +1141,9 @@ export default {
|
|
this.reset();
|
|
this.reset();
|
|
const id = row.id || this.ids
|
|
const id = row.id || this.ids
|
|
getProjects(id).then(response => {
|
|
getProjects(id).then(response => {
|
|
- response.data.park = response.data.park + ""
|
|
|
|
|
|
+ if (response.data.park !== null){
|
|
|
|
+ response.data.park = response.data.park + ""
|
|
|
|
+ }
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
this.open = true;
|
|
this.open = true;
|
|
this.title = "修改重点工程";
|
|
this.title = "修改重点工程";
|