|
@@ -33,7 +33,7 @@ const detail = ref({
|
|
amount: 0,
|
|
amount: 0,
|
|
});
|
|
});
|
|
onMounted(async () => {
|
|
onMounted(async () => {
|
|
- const { response } = await repairDetails({id});
|
|
|
|
|
|
+ const { response } = await repairDetails(id);
|
|
let detaile = unref(response)?.data,
|
|
let detaile = unref(response)?.data,
|
|
amount = 0;
|
|
amount = 0;
|
|
// detail.value.priceList =
|
|
// detail.value.priceList =
|