mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
报告
This commit is contained in:
@@ -227,7 +227,7 @@ export default {
|
|||||||
components: {OfficeSelect, PostSelectNew, draggable},
|
components: {OfficeSelect, PostSelectNew, draggable},
|
||||||
setup() {
|
setup() {
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const sysTypeOptions = computed(() => store.state.content_type);
|
const sysTypeOptions = store.state.content_type;
|
||||||
// const sysTypeOptions = fl;
|
// const sysTypeOptions = fl;
|
||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
@@ -1894,8 +1894,6 @@ export default {
|
|||||||
|
|
||||||
// 获取名称路径的函数
|
// 获取名称路径的函数
|
||||||
function findPathByValue(data, value) {
|
function findPathByValue(data, value) {
|
||||||
debugger;
|
|
||||||
|
|
||||||
function recursiveSearch(nodes, value, path) {
|
function recursiveSearch(nodes, value, path) {
|
||||||
for (let node of nodes) {
|
for (let node of nodes) {
|
||||||
if (node.value === value) {
|
if (node.value === value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user