소스 검색

电签检测修改

duy 1 개월 전
부모
커밋
4b21e2601e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/systemService/test.vue

+ 2 - 2
src/views/systemService/test.vue

@@ -593,7 +593,7 @@ const reportBatchData = ref([]) //上报批次
 const getFileUser = async () => {
     const info = nodeDataInfo.value
    
-    if (!info || !info?.contractIdRelation) {
+    if (!info ) {
         window.$message?.warning('请先点击左侧节点')
         return
     }
@@ -1494,7 +1494,7 @@ const batchOnlineClick = async ()=>{
 }
 const treeMenus = ref([
     {
-                icon: 'edit',
+                icon: 'ball-pen',
                 label: '电签检测',
                 key: 'add1',
             },