src/views/ecg/doctor/DevDismantle.vue
@@ -193,9 +193,6 @@ } } const getSelectedRent = async (rentId) => { formData.value = await DevRentApi.getDevRent(rentId) } const loading = ref(true) // 列表的加载中 const list = ref<JobRecordVO[]>([]) // 列表的数据 @@ -227,11 +224,13 @@ } const onCurChange = (cur) => { console.log( cur ) console.log( cur.rentId) getSelectedRent( cur.rentId ) } const getSelectedRent = async (rentId) => { formData.value = await DevRentApi.getDevRent(rentId) } /** 初始化 **/ onMounted(() => { getList()