浏览代码

10月16日

XMLWAN 3 年前
父节点
当前提交
8a0cf9e971
共有 1 个文件被更改,包括 5 次插入10 次删除
  1. 5 10
      src/xt_pages/management/components/UserForm.vue

+ 5 - 10
src/xt_pages/management/components/UserForm.vue 查看文件

@@ -1459,10 +1459,13 @@ export default {
1459 1459
       });
1460 1460
     },
1461 1461
     EditUser(id, patientid) {
1462
-      this.dialogVisible = true;
1462
+       console.log("hh2h333232332233232323322323",id)
1463
+       console.log("patient_id2323223323223322332323322323",patientid)
1463 1464
       EditUser(id, patientid).then(response => {
1464 1465
         if (response.data.state === 1) {
1466
+          this.dialogVisible = true;
1465 1467
           var device = response.data.data.device;
1468
+          console.log("使用登记详情22222222222",device)
1466 1469
           var patients = response.data.data.patients;
1467 1470
           var count =  response.data.data.count
1468 1471
           var macher =  response.data.data.macher
@@ -1506,15 +1509,7 @@ export default {
1506 1509
           this.userform.disinfection_residue = device.disinfection_residue;
1507 1510
           this.userform.longtime = device.long_time;
1508 1511
           this.userform.dialysis_time = device.dialysis_hour;
1509
-          // this.userform.user_total = device.user_total
1510
-          // this.userform.starttime = uParseTime(
1511
-          //   device.disinfec_startime,
1512
-          //  '{y}-{m}-{d} {h}:{i}'
1513
-          // )
1514
-          // this.userform.endtime = uParseTime(
1515
-          //  device.disinfec_endtime,
1516
-          // '{y}-{m}-{d} {h}:{i}'
1517
-          // )
1512
+        
1518 1513
           this.userform.starttime = this.updateTimes(device.disinfec_startime);
1519 1514
           this.userform.endtime = this.updateTimes(device.disinfec_endtime);
1520 1515
           this.userform.equiment_id = device.equiment_id;