liujq 4 年之前
父节点
当前提交
11e441b7e3

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-091f6622.831af1b2.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-20b9c376.ea500408.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-703472c8.26133b79.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-7fad6137.61efc81b.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.d7e26fb0.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-091f6622.75f80b83.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-20b9c376.1dce7255.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-321e15ba.33297877.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-703472c8.2b0c5081.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7fad6137.1af80ba4.js


+ 3 - 3
src/views/house/theme.vue

@@ -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: {},

部分文件因为文件数量过多而无法显示