This commit is contained in:
caoqianming 2021-08-24 09:44:54 +08:00
commit 5d38cedeb4
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ export default {
}, },
getrecordlist(){ getrecordlist(){
this.listQuery.can_doself= true; this.listQuery.is_self= true;
getRecordList(this.listQuery).then((response) => { getRecordList(this.listQuery).then((response) => {
if (response.data) { if (response.data) {
this.TableList = response.data; this.TableList = response.data;
@ -262,7 +262,7 @@ export default {
}, },
//点击材料清大弹出该清单下对应报送任务 //点击材料清大弹出该清单下对应报送任务
recorclickRow(row) { recorclickRow(row) {
this.listQuery.can_doself= true; this.listQuery.is_self= true;
this.listQuery.content= row.id; this.listQuery.content= row.id;
this.content = row.id; this.content = row.id;