优化企业标准导入

This commit is contained in:
SUNJIABIN
2023-03-31 09:26:17 +08:00
parent 1333399574
commit 72242c89f1
@@ -4473,7 +4473,7 @@ export default {
addImportModal(flag) {
this.importModalshowflag = true
this.showUploadlist = true
this.importExcelUrl = '/api/lawss/sarBussionessStand/importSarBussionessStandFile?menuId=' + this.selectSarMenu.id
this.importExcelUrl = '/api/lawss/sarBussionessStand/importSarBussionessStandFile?menuId=' + this.selectSarMenu.id + '&userId=' + this.$store.getters.userInfo.userId
},
// 二级菜单新建,编辑,删除
clickDropMenu(name, treeNode) {