csx 5 vuotta sitten
vanhempi
commit
f1750ea66f
2 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 1 1
      src/xt_pages/user/dialysisSolution.vue
  2. 3 1
      src/xt_pages/user/doctorAdvice.vue

+ 1 - 1
src/xt_pages/user/dialysisSolution.vue Näytä tiedosto

@@ -66,7 +66,7 @@
66 66
         align="center"
67 67
         min-width="110">
68 68
         <template slot-scope="scope" >
69
-            <span >{{getAdminUserName(scope.row.doctor)}}</span>
69
+            <span >{{getAdminUserName(scope.row.registrars_id)}}</span>
70 70
         </template>
71 71
 
72 72
      </el-table-column>

+ 3 - 1
src/xt_pages/user/doctorAdvice.vue Näytä tiedosto

@@ -1531,9 +1531,11 @@
1531 1531
                 return false
1532 1532
               }
1533 1533
             })
1534
+          }else{
1535
+            this.addLoading = false
1536
+
1534 1537
           }
1535 1538
         })
1536
-        this.addLoading = false
1537 1539
 
1538 1540
       },
1539 1541
       submitNewAdvice(formName, action) {