sunyanqiang 3 éve
szülő
commit
ccfe211811
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      src/views/medicalhealth/examine/index.vue

+ 8 - 0
src/views/medicalhealth/examine/index.vue

@@ -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();