diff --git a/ruoyi-ui/src/assets/images/profile.jpg b/ruoyi-ui/src/assets/images/profile.jpg index b3a940b..7f5d71b 100644 Binary files a/ruoyi-ui/src/assets/images/profile.jpg and b/ruoyi-ui/src/assets/images/profile.jpg differ diff --git a/ruoyi-ui/src/views/flowable/task/process/index.vue b/ruoyi-ui/src/views/flowable/task/process/index.vue index 28dad3f..98f1d1a 100644 --- a/ruoyi-ui/src/views/flowable/task/process/index.vue +++ b/ruoyi-ui/src/views/flowable/task/process/index.vue @@ -153,8 +153,8 @@ @@ -200,11 +200,6 @@ export default { // 是否显示弹出层 open: false, src: "", - // 查询参数 - queryProcessParams: { - pageNum: 1, - pageSize: 10 - }, definitionList:[], // 查询参数 queryParams: { @@ -236,7 +231,7 @@ export default { this.loading = true; myProcessList(this.queryParams).then(response => { this.myProcessList = response.data.records; - this.total = response.data.total; + this.processTotal = response.data.total; this.loading = false; }); }, diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 0c381ac..d515b21 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,7 +1,7 @@