From 7c5b7ba323ffd9e26828e7a5126d07776e17ff42 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Tue, 24 Aug 2021 09:07:33 +0800 Subject: [PATCH] zhudong --- client/src/views/ability/records.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;