场站获取方式变更

main
Dayu 11 months ago
parent e7466af22d
commit f69eb8a782
  1. 2
      src/views/inspection/inspectiontasksDetail.vue

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

Loading…
Cancel
Save