Merge remote-tracking branch 'origin/main'

main
yangzhicheng 11 months ago
commit a3d69078b5
  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