|
|
|
|
2300
|
ParamsQuery['patient'] = this.patient.id
|
2300
|
ParamsQuery['patient'] = this.patient.id
|
2301
|
ParamsQuery['record_date'] = this.record_date
|
2301
|
ParamsQuery['record_date'] = this.record_date
|
2302
|
ParamsQuery['mode'] = '1'
|
2302
|
ParamsQuery['mode'] = '1'
|
2303
|
- // console.log('第二')
|
|
|
|
|
2303
|
+ console.log('第二')
|
2304
|
postPrescription(ParamsQuery).then(response => {
|
2304
|
postPrescription(ParamsQuery).then(response => {
|
2305
|
if (response.data.state == 0) {
|
2305
|
if (response.data.state == 0) {
|
2306
|
this.$message.error(response.data.msg)
|
2306
|
this.$message.error(response.data.msg)
|