tremble пре 5 година
родитељ
комит
d91f4961c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      js/shop/brand.js

+ 1 - 1
js/shop/brand.js

@@ -5322,7 +5322,7 @@ $(function () {
           }
           
           if (data.userId) {
-            vm.brand.adminId = data.userId || ''
+            vm.brand.adminId = parseInt(data.userId) || ''
             vm.brand.adminName = data.nickname || ''
             layer.closeAll()
           }