qianxj
2023-03-14 1bd342d32c373ba765a21087d6325012fe163d42
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;