微调
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user