mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
报告
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user