update
This commit is contained in:
parent
d1e7dc4d05
commit
f1e588a716
@ -32,11 +32,13 @@
|
||||
|
||||
<script>
|
||||
import initConfig from "./config";
|
||||
import ListViewWithHead from "@/views/atomViews/ListViewWithHead.vue";
|
||||
// import ListViewWithHead from "@/views/atomViews/ListViewWithHead.vue";
|
||||
import BaseListTable from "@/components/BaseListTable.vue";
|
||||
import BaseSearchForm from "@/components/BaseSearchForm.vue";
|
||||
|
||||
export default {
|
||||
name: "BomTechAndFiringView",
|
||||
components: { ListViewWithHead },
|
||||
components: { BaseListTable, BaseSearchForm },
|
||||
provide() {
|
||||
return {
|
||||
urls: this.allUrls,
|
||||
|
Loading…
Reference in New Issue
Block a user