政策导出修改
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ export default {
|
|||||||
...this.form,
|
...this.form,
|
||||||
exportName: exportName,
|
exportName: exportName,
|
||||||
userId: this.$store.getters.userInfo.userId,
|
userId: this.$store.getters.userInfo.userId,
|
||||||
exportIds: this.ids.join(',')
|
exportIds: this.selectedList.join(',')
|
||||||
}
|
}
|
||||||
let query = '?'
|
let query = '?'
|
||||||
for(let i in params){
|
for(let i in params){
|
||||||
|
|||||||
Reference in New Issue
Block a user