fix: 修复issue
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref, reactive } from 'vue';
|
||||
import { getDepencyList } from '@/api/jyh'
|
||||
const checked = ref(false);
|
||||
const showDetail = ref(false);
|
||||
const table = ref(null)
|
||||
@@ -216,6 +217,11 @@ const openAll = (tree) => {
|
||||
const sortNumberMethod = (a, b) => {
|
||||
return a.number > b.number
|
||||
}
|
||||
|
||||
const getList = async() => {
|
||||
const res = await getDepencyList('APACHE-001');
|
||||
}
|
||||
getList();
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user