update
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user