|
@@ -132,6 +132,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
|
+ import _ from 'lodash'
|
|
|
import axios from '@/assets/js/axios'
|
|
import axios from '@/assets/js/axios'
|
|
|
import MessageList from './common/MessageList'
|
|
import MessageList from './common/MessageList'
|
|
|
import * as types from '@/store/mutation-types'
|
|
import * as types from '@/store/mutation-types'
|
|
@@ -222,8 +223,6 @@
|
|
|
spaceUU: this.enterprise.spaceUU
|
|
spaceUU: this.enterprise.spaceUU
|
|
|
}
|
|
}
|
|
|
this.fetchRecordData()
|
|
this.fetchRecordData()
|
|
|
- /*const routeLocation = {name: 'AppealHome', replace: true}
|
|
|
|
|
- this.$router.push(routeLocation)*/
|
|
|
|
|
},
|
|
},
|
|
|
searchAndSelectAdmin () {
|
|
searchAndSelectAdmin () {
|
|
|
const params = { spaceUU: this.enterprise.spaceUU, key: this.key, keyword: this.keyword }
|
|
const params = { spaceUU: this.enterprise.spaceUU, key: this.key, keyword: this.keyword }
|