Explorar o código

请求文件题名primaryid修改

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
a03464cc38
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/tentative/detect/test-form.vue

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

@@ -616,7 +616,8 @@ const reportModalClick = async () => {
             showReportModal.value = true
             //请求文件题名
             const {data} = await wbsApi.queryDocumentTitle({
-                primaryKeyId: info['primaryKeyId'],
+                // primaryKeyId: info['primaryKeyId'],
+                 primaryKeyId:dataId,
                 classify: authBtnTabKey.value
             })
             reportTaskName.value = isString(data)? data : ''