소스 검색

请求文件题名primaryid修改

duy 2 년 전
부모
커밋
a03464cc38
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 : ''