预告警单工作流基础版本
This commit is contained in:
@@ -13,7 +13,9 @@ import TableHeader from '@/components/table/header/index.vue'
|
|||||||
import testQuestionsForm from './form/testQuestionsForm.vue'
|
import testQuestionsForm from './form/testQuestionsForm.vue'
|
||||||
import { initiateWarningLeaflet } from '@/api/supervision-boot/survey'
|
import { initiateWarningLeaflet } from '@/api/supervision-boot/survey'
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
|
import { useRouter } from 'vue-router'
|
||||||
|
const { push } = useRouter()
|
||||||
|
const router = useRouter() // 路由对象
|
||||||
const tableRef = ref()
|
const tableRef = ref()
|
||||||
const TableHeaderRef = ref()
|
const TableHeaderRef = ref()
|
||||||
const testQuestionsFormRef = ref()
|
const testQuestionsFormRef = ref()
|
||||||
@@ -76,7 +78,9 @@ const tableStore = new TableStore({
|
|||||||
return row.initiateWarningFlag == 0
|
return row.initiateWarningFlag == 0
|
||||||
},
|
},
|
||||||
click: row => {
|
click: row => {
|
||||||
|
router.push({
|
||||||
|
name:'supervision/supervision/manage'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user