路泰科技体检小程序UI设计新版本
1
wwl
2025-08-05 5bfc1352e82140ac098b9f0537cc7d1457c87122
pagesA/Examiner/Examiner.vue
@@ -122,7 +122,6 @@
   } from "@/api/system/history";
   import {
      bindPhone,
      getIdCardByPhone
   } from "@/api/login";
   import {
      getDicts
@@ -139,17 +138,7 @@
   export default {
      data() {
         return {
            list: [{
               cusName: "秦女士",
               cusPhone: "18478958956",
               cusIdcard: "140828200102270042",
            }, {
               cusName: "张女士",
               cusPhone: "18478958956",
               cusIdcard: "140828200002270045",
            }],
            list: [],
            tjCustomers: [],
            marryOptions: [],
            NationalOptions: [],
@@ -184,7 +173,7 @@
         getList() {
            const openId = uni.getStorageSync('openId');
            getListByOpenId(openId).then(res => {
               // this.list = res.data;
               this.list = res.data;
            })
         },
         xiugai(event, _dataset) {
@@ -313,6 +302,7 @@
               cusIdcard: inspect.cusIdcard,
               cusNational: inspect.cusNational,
               cusMarryStatus: inspect.cusMarryStatus,
               idType: 1,
            }
            addNew(tjCustomer).then(res => {
               if (res.code == 200)