Selaa lähdekoodia

获取任务名称id修改

duy 2 vuotta sitten
vanhempi
commit
a42d5cc230
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/tentative/detect/test.vue

+ 1 - 1
src/views/tentative/detect/test.vue

@@ -574,7 +574,7 @@ const reportPdfClick = async () => {
                     //请求文件题名
                     const {data} = await wbsApi.queryDocumentTitle({
                         // primaryKeyId: info['primaryKeyId'],
-                        primaryKeyId: primaryKeyId.value,
+                        primaryKeyId: rows[0].id,
                         classify: authBtnTabKey.value
                     })
                     reportTaskName.value = isString(data)? data : ''