spring
2 天以前 9a97648a27ce974fd36ec68f4977db850f648ee1
src/views/equipmentManagement/measurementEquipment/components/calibrationDia.vue
@@ -125,7 +125,7 @@
</template>
<script setup>
import {ref} from "vue";
import {ref, reactive, toRefs, getCurrentInstance} from "vue";
import useUserStore from "@/store/modules/user.js";
import {userListNoPageByTenantId} from "@/api/system/user.js";
import {afterSalesServiceAdd, afterSalesServiceUpdate} from "@/api/customerService/index.js";
@@ -188,6 +188,10 @@
   if(type === "add"){
    fileList.value = row.commonFiles;
  }
   if(type === "verifying"){
      form.value.valid = row.valid;
      form.value.recordDate = row.mostDate;
   }
   form.value.id = row.id;
   form.value.code = row.code;