|
@@ -55,7 +55,7 @@
|
|
|
<el-dropdown-item command="changePwd">修改密码</el-dropdown-item>
|
|
|
<el-dropdown-item command="setStyle">文本样式设置</el-dropdown-item>
|
|
|
<el-dropdown-item command="indicia">标注库</el-dropdown-item>
|
|
|
- <el-dropdown-item command="noveltySearchDB">查新检索标注库</el-dropdown-item>
|
|
|
+ <!-- <el-dropdown-item command="noveltySearchDB">查新检索标注库</el-dropdown-item> -->
|
|
|
<el-dropdown-item command="clientble" v-if="userinfo.tenantType == 1">客户管理</el-dropdown-item>
|
|
|
<el-dropdown-item command="importAndExportHistory" >我的导入导出历史</el-dropdown-item>
|
|
|
<el-dropdown-item divided command="doLogout">退出登录</el-dropdown-item>
|
|
@@ -278,6 +278,7 @@ export default {
|
|
|
},
|
|
|
//跳转页面
|
|
|
changePage(path,item){
|
|
|
+ console.log(item)
|
|
|
var query = {}
|
|
|
if(item){
|
|
|
// query.componentType = value
|
|
@@ -288,10 +289,12 @@ export default {
|
|
|
// if(obj){
|
|
|
// item.current = obj.label
|
|
|
// }
|
|
|
- }
|
|
|
- if(path == 1){
|
|
|
- this.$refs.createNoveltySearch.open()
|
|
|
- return
|
|
|
+ if(path == '/conditionImport?noveltySearch=true'){
|
|
|
+ if(!(this.$permission.FunPermissions('xiaoshi/noveltySearch'))){
|
|
|
+ this.$showPermissionDialog()
|
|
|
+ return false
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
this.$router.push({
|
|
|
path: path,
|