Kaynağa Gözat

去掉分部信息

lex-xin 3 yıl önce
ebeveyn
işleme
4f2d5fe0ca

+ 2 - 2
src/views/contentManager/components/appPage.vue

@@ -11,7 +11,7 @@
       </el-button>
     </auth>
     <!-- 搜索标题 -->
-    <save-form
+    <!-- <save-form
       :inline="true"
       class="searchForm"
       saveKey="contentAppPage"
@@ -39,7 +39,7 @@
       <el-form-item>
         <el-button native-type="submit" type="danger">搜索</el-button>
       </el-form-item>
-    </save-form>
+    </save-form> -->
     <!-- 列表 -->
     <div class="tableWrap">
       <el-table

+ 2 - 2
src/views/contentManager/components/training.vue

@@ -11,7 +11,7 @@
       </el-button>
     </auth>
     <!-- 搜索标题 -->
-    <save-form
+    <!-- <save-form
       :inline="true"
       class="searchForm"
       :saveKey="'contentTraining'"
@@ -39,7 +39,7 @@
       <el-form-item>
         <el-button native-type="submit" type="danger">搜索</el-button>
       </el-form-item>
-    </save-form>
+    </save-form> -->
     <!-- 列表 -->
     <div class="tableWrap">
       <el-table

+ 1 - 1
src/views/contentManager/contentOperation.vue

@@ -20,7 +20,7 @@
         </el-form-item>
         <!-- 平台的功能不需要选择分部 -->
         <el-form-item label="所属分部"
-                      v-if="type != 4 && type != 6 && type != 7"
+                      v-if="type != 4 && type != 6"
                       prop="organIdList">
           <select-all v-model.trim="form.organIdList"
                      style="width: 400px !important"