|
@@ -193,9 +193,9 @@ onMounted(() => {
|
|
|
if (route.query && route.query.id) {
|
|
|
proxy.post("/orderSkuArtworkMake/detail", { id: route.query.id }).then((res) => {
|
|
|
formData.data = res;
|
|
|
- });
|
|
|
- proxy.post("/orderSkuArtworkLog/list", { orderSkuId: route.query.id }).then((res) => {
|
|
|
- logList.value = res;
|
|
|
+ proxy.post("/orderSkuArtworkLog/list", { orderSkuId: res.orderSkuId }).then((res) => {
|
|
|
+ logList.value = res;
|
|
|
+ });
|
|
|
});
|
|
|
}
|
|
|
});
|