فهرست منبع

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

duy 2 سال پیش
والد
کامیت
396e3aed32
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 = []
     }