csx преди 5 години
родител
ревизия
c87e1f863c
променени са 3 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 1 1
      src/pages/advice/DialysisAdviceTable.vue
  2. 1 0
      src/pages/main/dialog/PrescriptionDialog.vue
  3. 2 2
      src/pages/main/dialog/ThorougDialog.vue

+ 1 - 1
src/pages/advice/DialysisAdviceTable.vue Целия файл

@@ -246,7 +246,7 @@ export default {
246 246
       console.log(this.admin_user)
247 247
 
248 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 250
           return this.admin_user[i].name;
251 251
         }
252 252
       }

+ 1 - 0
src/pages/main/dialog/PrescriptionDialog.vue Целия файл

@@ -734,6 +734,7 @@
734 734
 
735 735
       }
736 736
 
737
+
737 738
     },
738 739
 
739 740
     components: {

+ 2 - 2
src/pages/main/dialog/ThorougDialog.vue Целия файл

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