From 5bfc1352e82140ac098b9f0537cc7d1457c87122 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 05 八月 2025 10:44:04 +0800 Subject: [PATCH] 1 --- pagesA/Examiner/Examiner.vue | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/pagesA/Examiner/Examiner.vue b/pagesA/Examiner/Examiner.vue index 75aa5f7..55bace5 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: [], @@ -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) -- Gitblit v1.8.0