diff --git a/client/src/views/ability/records.vue b/client/src/views/ability/records.vue index 8614fe3..b711437 100644 --- a/client/src/views/ability/records.vue +++ b/client/src/views/ability/records.vue @@ -253,7 +253,7 @@ export default { }, getrecordlist(){ - this.listQuery.can_doself= true; + this.listQuery.is_self= true; getRecordList(this.listQuery).then((response) => { if (response.data) { this.TableList = response.data; @@ -262,7 +262,7 @@ export default { }, //点击材料清大,弹出该清单下对应报送任务 recorclickRow(row) { - this.listQuery.can_doself= true; + this.listQuery.is_self= true; this.listQuery.content= row.id; this.content = row.id;