Преглед изворни кода

请求文件题名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 : ''