Merge branch 'master' of https://e.coding.net/ctcdevteam/cma_search
This commit is contained in:
commit
5d38cedeb4
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue