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 | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pagesA/Examiner/Examiner.vue b/pagesA/Examiner/Examiner.vue index 75aa5f7..161c57e 100644 --- a/pagesA/Examiner/Examiner.vue +++ b/pagesA/Examiner/Examiner.vue @@ -122,7 +122,10 @@ } from "@/api/system/history"; import { bindPhone, +<<<<<<< HEAD +======= getIdCardByPhone +>>>>>>> master } from "@/api/login"; import { getDicts @@ -139,6 +142,9 @@ export default { data() { return { +<<<<<<< HEAD + list: [], +======= list: [{ cusName: "绉﹀コ澹�", cusPhone: "18478958956", @@ -150,6 +156,7 @@ cusIdcard: "140828200002270045", }], +>>>>>>> master tjCustomers: [], marryOptions: [], NationalOptions: [], @@ -177,14 +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) { @@ -288,7 +302,10 @@ this.index1 = e.detail.value; }, saveInspect() { +<<<<<<< HEAD console.log(1111) +======= +>>>>>>> master let inspect = this.form; if (inspect.cusName == '') { this.$modal.msgError("璇疯緭鍏ュ鍚�") @@ -313,6 +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