Browse Source

关联工程用途部位选中限制修改

duy 2 năm trước cách đây
mục cha
commit
396e3aed32
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/tentative/detect/test-form.vue

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

@@ -329,6 +329,7 @@ const getContractInfoTreeApi = async () => {
     if (!error && code === 200) {
         unmatchedTreeData.value = getArrValue(data['treeContractAll'])
         defaultCheckarrIds.value=getArrValue(data['isSelectedStatus'])
+        checkrelationId.value=getArrValue(data['isSelectedStatus'])
     } else {
         unmatchedTreeData.value = []
     }