|  | @@ -5,8 +5,6 @@
 | 
											
												
													
														|  |        :width="'500px'"
 |  |        :width="'500px'"
 | 
											
												
													
														|  |        :title="`${id ? '编辑' : '新增'}外包履职评价计划`"
 |  |        :title="`${id ? '编辑' : '新增'}外包履职评价计划`"
 | 
											
												
													
														|  |        @close="closeHandler"
 |  |        @close="closeHandler"
 | 
											
												
													
														|  | -      
 |  | 
 | 
											
												
													
														|  | -      destroy-on-close
 |  | 
 | 
											
												
													
														|  |      >
 |  |      >
 | 
											
												
													
														|  |        <el-form
 |  |        <el-form
 | 
											
												
													
														|  |          :model="ruleForm"
 |  |          :model="ruleForm"
 | 
											
										
											
												
													
														|  | @@ -16,7 +14,10 @@
 | 
											
												
													
														|  |          class="demo-ruleForm"
 |  |          class="demo-ruleForm"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
												
													
														|  |          <el-form-item label="评价类型" prop="contentType">
 |  |          <el-form-item label="评价类型" prop="contentType">
 | 
											
												
													
														|  | -          <el-select v-model="ruleForm.contentType" placeholder="请选择评价类型">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-select
 | 
											
												
													
														|  | 
 |  | +            v-model="ruleForm.contentType"
 | 
											
												
													
														|  | 
 |  | +            placeholder="请选择评价类型"
 | 
											
												
													
														|  | 
 |  | +          >
 | 
											
												
													
														|  |              <el-option
 |  |              <el-option
 | 
											
												
													
														|  |                v-for="item in dict.type.evaluate_type"
 |  |                v-for="item in dict.type.evaluate_type"
 | 
											
												
													
														|  |                :key="item.value"
 |  |                :key="item.value"
 | 
											
										
											
												
													
														|  | @@ -34,7 +35,6 @@
 | 
											
												
													
														|  |          </el-form-item>
 |  |          </el-form-item>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          <el-form-item>
 |  |          <el-form-item>
 | 
											
												
													
														|  | -          
 |  | 
 | 
											
												
													
														|  |            <el-button type="primary" @click="submitForm('ruleForm')"
 |  |            <el-button type="primary" @click="submitForm('ruleForm')"
 | 
											
												
													
														|  |              >确定</el-button
 |  |              >确定</el-button
 | 
											
												
													
														|  |            >
 |  |            >
 | 
											
										
											
												
													
														|  | @@ -75,9 +75,11 @@ export default {
 | 
											
												
													
														|  |        this.isShow = false;
 |  |        this.isShow = false;
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      closeHandler() {
 |  |      closeHandler() {
 | 
											
												
													
														|  | 
 |  | +      if (this.$refs.ruleForm) {
 | 
											
												
													
														|  | 
 |  | +        this.$refs.ruleForm.resetFields();
 | 
											
												
													
														|  | 
 |  | +      }
 | 
											
												
													
														|  |        this.ruleForm = {};
 |  |        this.ruleForm = {};
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | -  
 |  | 
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      submitForm(formName) {
 |  |      submitForm(formName) {
 | 
											
												
													
														|  |        this.$refs[formName].validate((valid) => {
 |  |        this.$refs[formName].validate((valid) => {
 |