lxf 1 年之前
父节点
当前提交
4f866c3586
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/sell/draft-design/drawing/index.vue

+ 3 - 3
src/views/sell/draft-design/drawing/index.vue

@@ -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;
+      });
     });
   }
 });