浏览代码

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

see999 3 年前
父节点
当前提交
22efa012e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue

+ 1 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

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