模式切换
This commit is contained in:
@@ -74,9 +74,9 @@ const columns = ref<ColumnProps<ErrorSystem.ErrorSystemList>[]>([
|
||||
// 打开 drawer(新增、编辑)
|
||||
const openDialog = (titleType: string, row: Partial<ErrorSystem.ErrorSystemList> = {}) => {
|
||||
if(titleType == 'view'){
|
||||
//errorStandardPopup.value?.open(row.name, row)
|
||||
errorStandardPopup.value?.open(row.name, row)
|
||||
}else{
|
||||
//errorSystemPopup.value?.open(titleType, row)
|
||||
errorSystemPopup.value?.open(titleType, row)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user