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