Browse Source

问题修改

SunZehao 1 year ago
parent
commit
d712fbd2c6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/components/assessment/assessmentApplicationPage.vue

+ 6 - 6
src/components/assessment/assessmentApplicationPage.vue

@@ -56,7 +56,7 @@
                             </el-tooltip>
                         </template>
                     </el-table-column>
-                    <el-table-column label="部门领导" prop="deptLeaderName" />
+                    <!-- <el-table-column label="部门领导" prop="deptLeaderName" /> -->
                     <el-table-column label="评定等级" prop="ratingGrade" />
                     <el-table-column label="申报等级" prop="declarationLevel" />
                     <el-table-column label="申报年度" prop="annual" />
@@ -117,7 +117,7 @@
                                 </el-option>
                             </el-select>
                         </el-form-item>
-                        <el-form-item label="部门领导">
+                        <!-- <el-form-item label="部门领导"> -->
                             <!-- <el-select v-model="ruleForm.deptLeaderName" placeholder="请选择部门领导"> prop="deptLeaderName"
                                 <el-option
                                 v-for="item in deptLeaderOption"
@@ -126,8 +126,8 @@
                                 :value="item.id">
                                 </el-option>
                             </el-select> -->
-                            <el-input v-model="ruleForm.deptLeaderName" disabled></el-input>
-                        </el-form-item>
+                            <!-- <el-input v-model="ruleForm.deptLeaderName" disabled></el-input>
+                        </el-form-item> -->
                         <el-form-item label="申报等级" prop="declarationLevel">
                             <el-select v-model="ruleForm.declarationLevel" placeholder="请选择申报等级">
                                 <el-option
@@ -354,8 +354,8 @@ export default {
             let params = {
                 deptId: that.ruleForm.deptName,
                 deptName: deptName,
-                deptLeaderId: that.DepartmentLeaderObj.chargePersonId,
-                deptLeaderName: that.ruleForm.deptLeaderName,
+                // deptLeaderId: that.DepartmentLeaderObj.chargePersonId,
+                // deptLeaderName: that.ruleForm.deptLeaderName,
                 declarationLevel: that.ruleForm.declarationLevel,
                 annual: that.ruleForm.annual*1,
                 declarationMonth: that.ruleForm.declarationMonth,