Browse Source

电签管理员修改

duy 1 year ago
parent
commit
6094dbd851
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/tasks/sign-admin.vue

+ 3 - 3
src/views/tasks/sign-admin.vue

@@ -87,9 +87,9 @@ const projectInfo = ref(useAppState.getProjectInfo)
 onMounted(() => {
 onMounted(() => {
     const project = getObjValue(projectInfo.value)
     const project = getObjValue(projectInfo.value)
     contractList.value = getArrValue(project['contractInfoList'])
     contractList.value = getArrValue(project['contractInfoList'])
-    if (contractList.value.length > 0) {
-        searchForm.value.contractId = contractList.value[0].id
-    }
+    searchForm.value.contractId = contractId.value
+  
+    
     getTableData()
     getTableData()
 })
 })