Prechádzať zdrojové kódy

feat: 修改request id

zhouyuhao 6 mesiacov pred
rodič
commit
9bf68e7f18

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

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

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

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