merge
parent
730fd098ca
commit
8dfc1329d6
|
|
@ -330,6 +330,8 @@
|
|||
markTypeOptions,
|
||||
} from '@/views/demo/tiankongdi/curbspotcity/util.ts';
|
||||
|
||||
import { getChildrenTree } from '@/api/demo/system.ts'
|
||||
|
||||
import Amend from './amend.vue';
|
||||
import { useModal } from '@/components/Modal';
|
||||
import { Empty } from 'ant-design-vue';
|
||||
|
|
@ -371,8 +373,14 @@
|
|||
}
|
||||
};
|
||||
|
||||
const streetsAreaOptions = ref([
|
||||
{ label: '全部', value: '' },
|
||||
])
|
||||
|
||||
let xianjie = getChildrenTree();
|
||||
|
||||
|
||||
console.log(xianjie);
|
||||
debugger
|
||||
const infoDataList = ref([]);
|
||||
const infoScreenData = ref({
|
||||
year:null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue