diff --git a/src/views/privatization/index.vue b/src/views/privatization/index.vue index 37f6ceb..116c9f0 100644 --- a/src/views/privatization/index.vue +++ b/src/views/privatization/index.vue @@ -67,6 +67,12 @@ align="center" > @@ -299,6 +305,16 @@ const addNew = async (refForm) => { }); }; +// 查看时长 +const showDetail = (id) => { + router.push({ + path: "/businessCheck", + query: { + id, + }, + }); +} + // 设置时长 const setTime = (id) => { ElMessageBox.prompt('请输入时长(秒)', '设置时长', {