@@ -337,6 +337,14 @@ export default {
this.getList();
},
methods: {
+ // // 添加人员体检信息
+ // submitForms() {
+ // addExamine(this.form).then((response) => {
+ // this.$modal.msgSuccess("新增成功");
+ // this.opene = false;
+ // this.getList();
+ // });
+ // },
// 点击查看人员体检信息
handleUpdates(row) {
this.reset();