Procházet zdrojové kódy

电签检测修改

duy před 1 měsícem
rodič
revize
4b21e2601e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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',
             },