csx 5 年之前
父節點
當前提交
c87e1f863c

+ 1 - 1
src/pages/advice/DialysisAdviceTable.vue 查看文件

246
       console.log(this.admin_user)
246
       console.log(this.admin_user)
247
 
247
 
248
       for (let i = 0; i < this.admin_user.length; i++) {
248
       for (let i = 0; i < this.admin_user.length; i++) {
249
-        if (this.admin_user[i].id == val) {
249
+        if (this.admin_user[i].id ==  val) {
250
           return this.admin_user[i].name;
250
           return this.admin_user[i].name;
251
         }
251
         }
252
       }
252
       }

+ 1 - 0
src/pages/main/dialog/PrescriptionDialog.vue 查看文件

734
 
734
 
735
       }
735
       }
736
 
736
 
737
+
737
     },
738
     },
738
 
739
 
739
     components: {
740
     components: {

+ 2 - 2
src/pages/main/dialog/ThorougDialog.vue 查看文件

434
             this.isShowDialog = false
434
             this.isShowDialog = false
435
             this.propForm.title = '导管'
435
             this.propForm.title = '导管'
436
             this.visibility = true
436
             this.visibility = true
437
-            this.propForm.list = getDataConfig('hemodialysis','catheter') 
437
+            this.propForm.list = getDataConfig('hemodialysis','catheter')
438
             this.propForm.optionList = []
438
             this.propForm.optionList = []
439
             this.propForm.isMultiple = 2
439
             this.propForm.isMultiple = 2
440
             if (this.formValue.catheter != undefined || this.formValue.catheter != null) {
440
             if (this.formValue.catheter != undefined || this.formValue.catheter != null) {
453
             this.isShowDialog = false
453
             this.isShowDialog = false
454
             this.propForm.title = '并发症'
454
             this.propForm.title = '并发症'
455
             this.visibility = true
455
             this.visibility = true
456
-            this.propForm.list = getDataConfig('hemodialysis','complication') 
456
+            this.propForm.list = getDataConfig('hemodialysis','complication')
457
             this.propForm.optionList = []
457
             this.propForm.optionList = []
458
             this.propForm.isMultiple = 2
458
             this.propForm.isMultiple = 2
459
             // this.propForm.result = this.formValue.complication.split(",")
459
             // this.propForm.result = this.formValue.complication.split(",")