浏览代码

feat: 修改request id

zhouyuhao 6 月之前
父节点
当前提交
9bf68e7f18
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/AIApiLog/src/AIApiLog.vue
  2. 1 1
      src/views/AIApiLog/src/components/TableView/src/TableView.vue

+ 1 - 1
src/views/AIApiLog/src/AIApiLog.vue

@@ -110,7 +110,7 @@ const DateChange = (date: any) => {
             placeholder=""
             placeholder=""
             :controls="false"
             :controls="false"
             :min="0"
             :min="0"
-            style="width: 60px"
+            style="width: 60px; height: 34px"
           ></el-input-number>
           ></el-input-number>
         </div>
         </div>
 
 

+ 1 - 1
src/views/AIApiLog/src/components/TableView/src/TableView.vue

@@ -340,7 +340,7 @@ const handleLinkClick = (row) => {
   logLoading.value = true
   logLoading.value = true
   $api
   $api
     .getAIApiLogDialog({
     .getAIApiLogDialog({
-      request_id: row.request_id
+      request_id: row['Request ID']
     })
     })
     .then((res: any) => {
     .then((res: any) => {
       if (res.code === 200) {
       if (res.code === 200) {