coys 1 年之前
父節點
當前提交
d14e9a0413
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/resumptionEvaluate/evaluate/editDialog.vue

+ 3 - 2
src/views/resumptionEvaluate/evaluate/editDialog.vue

@@ -120,12 +120,13 @@
         <el-button type="primary" @click="onSubmit">确定</el-button>
         <el-button @click="onHide">取消</el-button>
       </div>
-    </DialogCom>
-    <DialogSelect
+      <DialogSelect
       ref="dialogEvaluate"
       :orgType="formData.orgType"
       @submitHandler="onSelect"
     ></DialogSelect>
+    </DialogCom>
+    
   </div>
 </template>