From fe97f78b9a343ee9fa45a3531d03d73dcd1df31b Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 06 八月 2025 10:15:12 +0800 Subject: [PATCH] :测试提交“ --- pagesA/Examiner/Examiner.vue | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/pagesA/Examiner/Examiner.vue b/pagesA/Examiner/Examiner.vue index 3f72b19..161c57e 100644 --- a/pagesA/Examiner/Examiner.vue +++ b/pagesA/Examiner/Examiner.vue @@ -122,6 +122,10 @@ } from "@/api/system/history"; import { bindPhone, +<<<<<<< HEAD +======= + getIdCardByPhone +>>>>>>> master } from "@/api/login"; import { getDicts @@ -138,7 +142,21 @@ export default { data() { return { +<<<<<<< HEAD list: [], +======= + list: [{ + cusName: "绉﹀コ澹�", + cusPhone: "18478958956", + cusIdcard: "140828200102270042", + + }, { + cusName: "寮犲コ澹�", + cusPhone: "18478958956", + cusIdcard: "140828200002270045", + + }], +>>>>>>> master tjCustomers: [], marryOptions: [], NationalOptions: [], @@ -166,11 +184,21 @@ console.log(option) this.id = option.id }, +<<<<<<< HEAD +======= + created() { + this.getList(); + }, +>>>>>>> master methods: { getList() { const openId = uni.getStorageSync('openId'); getListByOpenId(openId).then(res => { +<<<<<<< HEAD this.list = res.data; +======= + // this.list = res.data; +>>>>>>> master }) }, xiugai(event, _dataset) { @@ -274,7 +302,10 @@ this.index1 = e.detail.value; }, saveInspect() { +<<<<<<< HEAD console.log(1111) +======= +>>>>>>> master let inspect = this.form; if (inspect.cusName == '') { this.$modal.msgError("璇疯緭鍏ュ鍚�") @@ -299,7 +330,10 @@ cusIdcard: inspect.cusIdcard, cusNational: inspect.cusNational, cusMarryStatus: inspect.cusMarryStatus, +<<<<<<< HEAD idType: 1, +======= +>>>>>>> master } addNew(tjCustomer).then(res => { if (res.code == 200) -- Gitblit v1.8.0