Przeglądaj źródła

调整履职计划

luojun 2 lat temu
rodzic
commit
575bf75b5a

+ 1 - 0
src/views/resumption/plan/dialog.edit.vue

@@ -354,6 +354,7 @@ export default {
           pointName:selectList[i].pointName,
           areaName:selectList[i].areaName,
           itemId:selectList[i].itemId,
+          id:selectList[i].id,
         }
         if(this.tableData==null){
           this.tableData=[];

+ 1 - 0
src/views/resumption/plan/index.vue

@@ -168,6 +168,7 @@
             type="index"
             label="序号"
             v-if="columns[0].visible"
+            :tree-props="{children: 'children', hasChildren: 'hasChildren'}"
           ></el-table-column>
           <el-table-column
             prop="planName"

+ 1 - 1
src/views/system/dept/index.vue

@@ -171,7 +171,7 @@
           </el-col>
         </el-row>
         <el-row>
-          <el-col :span="12">
+          <el-col :span="12" v-if="false">
             <el-form-item label="邮箱" prop="email">
               <el-input v-model="form.email" placeholder="请输入邮箱" maxlength="50" />
             </el-form-item>