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(){
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue