修改禅道bug
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
dataSource: [],
|
||||
pageNo: 1,
|
||||
pageSize: 100,
|
||||
pageSizeOptions: ['100', '300', '500', '1000'],
|
||||
pageSizeOptions: ['100', '200'],
|
||||
total: 0,
|
||||
searchParmes: {},
|
||||
loading: false,
|
||||
@@ -255,6 +255,15 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getHeader()
|
||||
},
|
||||
watch: {
|
||||
currentPersonRole: {
|
||||
handler: function() {
|
||||
this.getTableList();
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
rowClassName(row, index) {
|
||||
@@ -393,7 +402,7 @@
|
||||
}
|
||||
})
|
||||
},
|
||||
getData() {
|
||||
getHeader() {
|
||||
let paramsManifestid
|
||||
let url
|
||||
if (this.$route.query.it === undefined) {
|
||||
@@ -610,15 +619,6 @@
|
||||
// this.$emit('detailClick', item)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
currentPersonRole: {
|
||||
handler: function() {
|
||||
this.getTableList()
|
||||
this.getData()
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang='less'>
|
||||
|
||||
Reference in New Issue
Block a user