|
@@ -12,7 +12,7 @@
|
|
|
<el-radio :label="2">组织目录</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
- <template v-if="boserForm.dirType === 2 || thisType.dirType == '2'">
|
|
|
+ <template v-if="(boserForm.dirType === 2 || thisType.dirType == '2')">
|
|
|
<template v-if="!upFolderData">
|
|
|
<el-form-item label="是否加密" v-if="!FolderRole.levelCode || free">
|
|
|
<el-switch v-model="boserForm.isEncrypt" active-value="Y" inactive-value="N" />
|
|
@@ -128,7 +128,7 @@ export default {
|
|
|
const openTrans = ref(true)
|
|
|
// console.log("FolderRole",FolderRole);
|
|
|
// console.log("thisRole",thisRole);
|
|
|
- // console.log("thisType",thisType);
|
|
|
+ console.log("thisType",thisType);
|
|
|
console.log("upFolderData",upFolderData);
|
|
|
let addBoser = ref(false)
|
|
|
let boserForm = ref({
|