|  | @@ -35,8 +35,8 @@
 | 
	
		
			
				|  |  |  import { arrToObj } from '@/utils'
 | 
	
		
			
				|  |  |  import SearchForm from './components/searchForm/Theme'
 | 
	
		
			
				|  |  |  import PopupEdit from './components/popup/ThemeEdit'
 | 
	
		
			
				|  |  | -// import LotteryEdit from './components/popup/LotteryEdit2'
 | 
	
		
			
				|  |  | -import LotteryEdit from './components/popup/LotteryList'
 | 
	
		
			
				|  |  | +import LotteryEdit from './components/popup/LotteryEdit2'
 | 
	
		
			
				|  |  | +// import LotteryEdit from './components/popup/LotteryList'
 | 
	
		
			
				|  |  |  // import LotteryEdit from './components/popup/RoomPrice'
 | 
	
		
			
				|  |  |  import baseTable from '_m/baseTable.js'
 | 
	
		
			
				|  |  |  export default {
 | 
	
	
		
			
				|  | @@ -54,7 +54,7 @@ export default {
 | 
	
		
			
				|  |  |    mixins: [baseTable],
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      const mtArr = this.$dictData.module_type || []
 | 
	
		
			
				|  |  | -    const curNavVal = mtArr.length > 0 ? mtArr[5].val : ''
 | 
	
		
			
				|  |  | +    const curNavVal = mtArr.length > 0 ? mtArr[0].val : ''
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        apiStr: 'house.admestatemodulelist',
 | 
	
		
			
				|  |  |        searchForm: {},
 |