From 964dbbb27c892433563793eeec2aa321226860d0 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 06 八月 2025 08:41:55 +0800 Subject: [PATCH] 1 --- pagesA/Examiner/Examiner.vue | 19 +++---------------- 1 files changed, 3 insertions(+), 16 deletions(-) diff --git a/pagesA/Examiner/Examiner.vue b/pagesA/Examiner/Examiner.vue index 75aa5f7..3f72b19 100644 --- a/pagesA/Examiner/Examiner.vue +++ b/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) -- Gitblit v1.8.0