预告警单工作流基础版本

This commit is contained in:
2024-05-22 16:30:34 +08:00
parent 54f6fb6e02
commit 2804f88fbf

View File

@@ -13,7 +13,9 @@ import TableHeader from '@/components/table/header/index.vue'
import testQuestionsForm from './form/testQuestionsForm.vue'
import { initiateWarningLeaflet } from '@/api/supervision-boot/survey'
import { ElMessage } from 'element-plus'
import { useRouter } from 'vue-router'
const { push } = useRouter()
const router = useRouter() // 路由对象
const tableRef = ref()
const TableHeaderRef = ref()
const testQuestionsFormRef = ref()
@@ -76,7 +78,9 @@ const tableStore = new TableStore({
return row.initiateWarningFlag == 0
},
click: row => {
router.push({
name:'supervision/supervision/manage'
})
}
}
]