yxh
yxh
2023-03-21 79f2ded77c7e99bec4e5a37f7bf8e2bb34c54094
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;