Browse Source

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

csx 4 years ago
parent
commit
46bad40ead
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/xt_pages/outpatientRecord/outpatientRecord.vue

+ 5 - 2
src/xt_pages/outpatientRecord/outpatientRecord.vue View File

@@ -407,10 +407,13 @@
407 407
                   if (that.tableData[i].id == that.currentObject.id) {
408 408
                     that.tableData[i].record.is_cancel == 1
409 409
                     that.tableData[i].record.trt_dcla_detl_sn = response.data.data.result.trt_dcla_detl_sn
410
-
411 410
                     that.tableData[i].record.psn_no = response.data.data.result.psn_no
412 411
                     that.tableData[i].record.doctor_id = response.data.data.result.doctor_id
413
-                    that.tableData[i].record.trt_dcla_detl_sn = response.data.data.result.trt_dcla_detl_sn
412
+                    that.tableData[i].record.department_id = response.data.data.result.department_id
413
+                    that.tableData[i].record.ctime = response.data.data.result.ctime
414
+                    that.tableData[i].record.insutype = response.data.data.result.insutype
415
+                    that.tableData[i].record.sick_type = response.data.data.result.sick_type
416
+
414 417
 
415 418
 
416 419
                   }