Compare commits

..

No commits in common. "a044ead9b0df36ec9b531ebaac27237fb4580efb" and "578c941f1c9f7a1dabb165da2aae1e9e547c72b4" have entirely different histories.

2 changed files with 1 additions and 36 deletions

View File

@ -92,13 +92,12 @@
<script> <script>
// //
import processModule from '@/mixins/process-module' import processModule from '@/mixins/process-module'
import mixinViewModule from '@/mixins/view-module'
import debounce from 'lodash/debounce' import debounce from 'lodash/debounce'
import qs from 'qs' import qs from 'qs'
import RenProcessDetail from '@/components/ren-process-detail/src/ren-process-detail' import RenProcessDetail from '@/components/ren-process-detail/src/ren-process-detail'
export default { export default {
// //
mixins: [mixinViewModule, processModule], mixins: [processModule],
data () { data () {
return { return {
dialogVisible: false, dialogVisible: false,
@ -314,35 +313,7 @@ export default {
}) })
}) })
} }
this.tabRemoveHandle(data)
// this.getDataList(data)
}, 1000, { leading: true, trailing: false }), }, 1000, { leading: true, trailing: false }),
tabRemoveHandle (tabName) {
console.log(tabName, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa')
if (tabName === 'home') {
return false
}
this.$store.state.contentTabs = this.$store.state.contentTabs.filter(
(item) => item.name !== tabName
)
if (this.$store.state.contentTabs.length <= 0) {
this.$store.state.sidebarMenuActiveName =
this.$store.state.contentTabsActiveName = 'home'
return false
}
// tab
if (tabName === this.$store.state.contentTabsActiveName) {
const tab =
this.$store.state.contentTabs[
this.$store.state.contentTabs.length - 1
]
this.$router.push({
name: /^iframe_.+/.test(tab.name) ? 'iframe' : tab.name,
params: { ...tab.params },
query: { ...tab.query }
})
}
},
// //
startProcessErrorCallback (data) { startProcessErrorCallback (data) {
console.log(data) console.log(data)

View File

@ -1141,9 +1141,6 @@
console.log('paramsGetResources', paramsGetResources) console.log('paramsGetResources', paramsGetResources)
}) })
mybus.on('changeSelcted', () => { mybus.on('changeSelcted', () => {
//
paramsGetResources.pageNum = 1
currentPage.value = 1
getAppResources() getAppResources()
}) })
mybus.on('changeInfo', (info) => { mybus.on('changeInfo', (info) => {
@ -1164,9 +1161,6 @@
getAppResources() getAppResources()
}) })
mybus.on('changeCondition', (condition) => { mybus.on('changeCondition', (condition) => {
// 1
paramsGetResources.pageNum = 1
currentPage.value = 1
// orderField: 'total' total visits 访 applyCount score collectCount // orderField: 'total' total visits 访 applyCount score collectCount
// orderType: 'ASC' ASC DESC // orderType: 'ASC' ASC DESC
paramsGetResources.orderField = condition.orderField paramsGetResources.orderField = condition.orderField