修改参数收集增加数据
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -74,7 +74,9 @@
|
||||
</span>
|
||||
|
||||
<span slot="detailClick" slot-scope="text,record">
|
||||
<collection-type :detailDate='text' :recordList = 'record' :columName='content' @collectionForm='collectionForm'/>
|
||||
<collection-type :detailDate='text' :recordList = 'record' :columName='content'
|
||||
@consolidateData="consolidateData"
|
||||
@collectionForm='collectionForm'/>
|
||||
</span>
|
||||
</a-table>
|
||||
</div>
|
||||
@@ -719,6 +721,10 @@
|
||||
collectionForm(){
|
||||
this.getTableList()
|
||||
},
|
||||
consolidateData(){
|
||||
this.dataSource = [...this.dataSource]
|
||||
console.log(this.dataSource)
|
||||
},
|
||||
getAndUserId(result) {
|
||||
let query = {
|
||||
paramsManifestId: this.$route.query.id,
|
||||
|
||||
Reference in New Issue
Block a user