Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 3 years ago
parent
commit
22efa012e7

+ 1 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

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)