소스 검색

标记为隐蔽工程节点

iZaiZaiA 2 년 전
부모
커밋
a0dec77397
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/data-fill/division.vue

+ 1 - 1
src/views/data-fill/division.vue

@@ -405,7 +405,7 @@ const concealedChange = async () => {
     const { primaryKeyId } = treeItemInfo.value
     if (primaryKeyId) {
         const {error, code, msg} = await divisionApi.concealedWorksNnode({
-            primaryKeyId: primaryKeyId
+            pKeyId: primaryKeyId
         }, false)
         if (!error && code === 200) {
             window?.$message?.success(msg)