Ver Fonte

人员体检

sunyanqiang há 3 anos atrás
pai
commit
ccfe211811
1 ficheiros alterados com 8 adições e 0 exclusões
  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();