|
|
|
@ -102,6 +102,7 @@ export default { |
|
|
|
|
prop: "station", |
|
|
|
|
type: "select", |
|
|
|
|
span: 7, |
|
|
|
|
disabled: true, |
|
|
|
|
dicUrl: "/api/daf-system/dict/dictionary?code=station", |
|
|
|
|
props: { |
|
|
|
|
label: "dictValue", |
|
|
|
@ -170,6 +171,7 @@ export default { |
|
|
|
|
}).then((res) => { |
|
|
|
|
this.information_form.objectName = res.data.data.objectName; |
|
|
|
|
this.information_form.objectType = res.data.data.objectType; |
|
|
|
|
this.information_form.station = res.data.data.station; |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|