This commit is contained in:
GYYM
2024-11-22 13:27:41 +08:00
parent b77ad54309
commit 428c74047b
3 changed files with 43 additions and 33 deletions

View File

@@ -180,6 +180,11 @@
:visible="dataCheckChangeErrSysDialogVisible"
@update:visible="dataCheckChangeErrSysDialogVisible = $event"
></dataCheckChangeErrSysPopup>
<matchPopup
:visible="matchDialogVisible"
@update:visible="matchDialogVisible = $event"
></matchPopup>
</div>
</template>
@@ -211,6 +216,7 @@ const dialogFormVisible = ref(false)
const reportDialogVisible = ref(false)
const dataCheckDialogVisible = ref(false)
const dataCheckChangeErrSysDialogVisible = ref(false)
const matchDialogVisible = ref(false)
const dialogTitle = ref('手动检测')
const dialogForm = ref<any>({
id: '',
@@ -590,7 +596,8 @@ const resetSearchForm = () => {
};
//查询
const handleSearch = () => {
proTable.value?.getTableList();
matchDialogVisible.value = true;
//proTable.value?.getTableList();
};
//重置
const handleRefresh = () => {