This commit is contained in:
wangjh12
2025-05-11 14:59:51 +08:00
parent 71fd29a536
commit 63b5d38313

View File

@@ -227,7 +227,7 @@ export default {
components: {OfficeSelect, PostSelectNew, draggable},
setup() {
const store = useStore();
const sysTypeOptions = computed(() => store.state.content_type);
const sysTypeOptions = store.state.content_type;
// const sysTypeOptions = fl;
const state = reactive({
@@ -1894,8 +1894,6 @@ export default {
// 获取名称路径的函数
function findPathByValue(data, value) {
debugger;
function recursiveSearch(nodes, value, path) {
for (let node of nodes) {
if (node.value === value) {