Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH
This commit is contained in:
+2
-2
@@ -260,7 +260,7 @@ export default {
|
|||||||
list: '/authDummy/authDummyInventoryInfoEO/page',
|
list: '/authDummy/authDummyInventoryInfoEO/page',
|
||||||
logList: '',//更新log
|
logList: '',//更新log
|
||||||
exportTemplate: '/authDummy/authDummyInventoryInfoEO/exportTemplate',//模板下载
|
exportTemplate: '/authDummy/authDummyInventoryInfoEO/exportTemplate',//模板下载
|
||||||
exportData: '',//导出
|
exportData: '/authDummy/authDummyInventoryInfoEO/exportData',//导出
|
||||||
addModel: '/authDummy/authDummyInventoryInfoEO/add',//添加
|
addModel: '/authDummy/authDummyInventoryInfoEO/add',//添加
|
||||||
copyInfo: '/authDummy/authDummyInventoryInfoEO/copyInfoByIds',//复制
|
copyInfo: '/authDummy/authDummyInventoryInfoEO/copyInfoByIds',//复制
|
||||||
deleteBatch: '/authDummy/authDummyInventoryInfoEO/deleteBatch',//批量删除
|
deleteBatch: '/authDummy/authDummyInventoryInfoEO/deleteBatch',//批量删除
|
||||||
@@ -465,7 +465,7 @@ export default {
|
|||||||
ids: selectedRowKeys.join(','),
|
ids: selectedRowKeys.join(','),
|
||||||
dummyInventoryBaseId: this.$route.query.id
|
dummyInventoryBaseId: this.$route.query.id
|
||||||
}
|
}
|
||||||
downloadFile(this.url.exportData, this.$route.query.name + this.$t('VirtualList') + '.zip', query, this.Deselect)
|
downloadFile(this.url.exportData, this.$route.query.name + this.$t('VirtualAuthenticationList') + '.zip', query, this.Deselect)
|
||||||
},
|
},
|
||||||
Deselect() {
|
Deselect() {
|
||||||
this.selectedRowKeys = []
|
this.selectedRowKeys = []
|
||||||
|
|||||||
Reference in New Issue
Block a user