@@ -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>
+
</template>