|
|
|
@ -201,7 +201,7 @@ export default {
|
|
|
|
/** 查询流程定义列表 */
|
|
|
|
/** 查询流程定义列表 */
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
listOwnProcess(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
|
|
|
|
listOwnProcess(this.addDateRange(this.queryParams, this.dateRange).params).then(response => {
|
|
|
|
this.ownProcessList = response.list;
|
|
|
|
this.ownProcessList = response.list;
|
|
|
|
this.total = response.total;
|
|
|
|
this.total = response.total;
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
|