计划列表
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
<el-button type="primary" v-if="form.activeTabs === 5"
|
||||
>设备导入</el-button
|
||||
>
|
||||
<el-button type="primary">计划详情</el-button>
|
||||
<el-button type="primary" @click="planDetail">计划详情</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
@@ -340,6 +340,12 @@ const handleDetection = () => {
|
||||
path: "/detection",
|
||||
});
|
||||
};
|
||||
//前往计划详情
|
||||
const planDetail = () => {
|
||||
router.push({
|
||||
path: "/plan/planList",
|
||||
});
|
||||
};
|
||||
onMounted(() => {
|
||||
console.log();
|
||||
getTree();
|
||||
|
||||
Reference in New Issue
Block a user