|
@@ -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',
|
|
|
},
|