|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: JC9527
|
|
|
|
|
* @Date: 2023-08-15 09:44:13
|
|
|
|
|
* @LastEditors: JC9527
|
|
|
|
|
* @LastEditTime: 2024-05-24 16:01:54
|
|
|
|
|
* @LastEditTime: 2024-08-15 11:01:20
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<div class="left-wai-box">
|
|
|
|
@ -332,6 +332,7 @@ export default {
|
|
|
|
|
offUnfold(){
|
|
|
|
|
this.isUnfold = false;
|
|
|
|
|
this.isPerson = true;
|
|
|
|
|
this.isBreadcrumb = true;
|
|
|
|
|
this.breadcrumb = [];
|
|
|
|
|
this.unfoldInput = "";
|
|
|
|
|
},
|
|
|
|
|