路泰科技体检小程序UI设计新版本
1
wwl
2025-08-06 964dbbb27c892433563793eeec2aa321226860d0
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: [],
@@ -177,14 +166,11 @@
         console.log(option)
         this.id = option.id
      },
      created() {
         this.getList();
      },
      methods: {
         getList() {
            const openId = uni.getStorageSync('openId');
            getListByOpenId(openId).then(res => {
               // this.list = res.data;
               this.list = res.data;
            })
         },
         xiugai(event, _dataset) {
@@ -313,6 +299,7 @@
               cusIdcard: inspect.cusIdcard,
               cusNational: inspect.cusNational,
               cusMarryStatus: inspect.cusMarryStatus,
               idType: 1,
            }
            addNew(tjCustomer).then(res => {
               if (res.code == 200)