ruoyi-ui/src/smartor/dataobject/dw_patarchive_base.vue
@@ -123,7 +123,7 @@ }; }, created() { this.getData(1); this.Retrieve(1); }, methods: { // 表单重置 @@ -153,7 +153,7 @@ }; this.resetForm("form"); }, getData(patid) Retrieve(patid) { getPatarchive(patid).then(response => { this.form = response.data;