fix:table树数据处理

This commit is contained in:
shijing 2024-06-03 17:28:21 +08:00
commit 9538339d29
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@
<script> <script>
import config from "@/config/table"; import config from "@/config/table";
import columnSetting from "./columnSetting"; import columnSetting from "./columnSetting";
import { genTree } from "@/utils/verificate";
export default { export default {
name: "scTable", name: "scTable",