修改禅道bug

This commit is contained in:
zyx.net
2022-07-01 19:04:19 +08:00
parent e4aca9dd2c
commit 52caeb30d0
2 changed files with 20 additions and 20 deletions
@@ -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'>