| | |
| | | } from "@/api/system/history"; |
| | | import { |
| | | bindPhone, |
| | | <<<<<<< HEAD |
| | | ======= |
| | | getIdCardByPhone |
| | | >>>>>>> master |
| | | } from "@/api/login"; |
| | | import { |
| | | getDicts |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | <<<<<<< HEAD |
| | | list: [], |
| | | ======= |
| | | list: [{ |
| | | cusName: "秦女士", |
| | | cusPhone: "18478958956", |
| | | cusIdcard: "140828200102270042", |
| | | |
| | | }, { |
| | | cusName: "张女士", |
| | | cusPhone: "18478958956", |
| | | cusIdcard: "140828200002270045", |
| | | |
| | | }], |
| | | >>>>>>> master |
| | | tjCustomers: [], |
| | | marryOptions: [], |
| | | NationalOptions: [], |
| | |
| | | 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) { |
| | |
| | | this.index1 = e.detail.value; |
| | | }, |
| | | saveInspect() { |
| | | <<<<<<< HEAD |
| | | console.log(1111) |
| | | ======= |
| | | >>>>>>> master |
| | | let inspect = this.form; |
| | | if (inspect.cusName == '') { |
| | | this.$modal.msgError("请输入姓名") |
| | |
| | | cusIdcard: inspect.cusIdcard, |
| | | cusNational: inspect.cusNational, |
| | | cusMarryStatus: inspect.cusMarryStatus, |
| | | <<<<<<< HEAD |
| | | idType: 1, |
| | | ======= |
| | | >>>>>>> master |
| | | } |
| | | addNew(tjCustomer).then(res => { |
| | | if (res.code == 200) |