| | |
| | | |
| | | handleChange(selection) { |
| | | console.log(selection); |
| | | selection.forEach((item, index) => { |
| | | if (item.cusSex == 0) { |
| | | item.cusSex = "男"; |
| | | } else if (item.cusSex == 1) { |
| | | item.cusSex = "女"; |
| | | } |
| | | }); |
| | | |
| | | this.selectList = selection; |
| | | |
| | | this.ids = selection.map((item) => item.id); |
| | |
| | | this.discount = this.form.discount; |
| | | } |
| | | if (this.form.tjType === null) { |
| | | // this.form.tjType = "2"; |
| | | this.form.tjType = "3"; |
| | | this.form.tjType = "2"; |
| | | } |
| | | if (this.form.reservationId != null) { |
| | | if (this.form.groupingId) { |
| | |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target: `https://ltpeis.xaltjdkj.cn:5801/`, |
| | | target: `http://192.168.1.3:5011`, |
| | | // target: `http://192.168.1.113:5011`, |
| | | // target: `http://192.168.1.3:5011`, |
| | | target: `http://192.168.1.113:5011`, |
| | | // // target: `http://192.168.0.99:8080/ltkj-admin`, |
| | | // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, |
| | | // target: `http://10.168.0.9:5011`, |