ysy před 1 rokem
rodič
revize
13cd166eb8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/pda/jobBooking/index/index.vue

+ 1 - 1
pages/pda/jobBooking/index/index.vue

@@ -897,7 +897,7 @@
 				}
 
 				getCache(parma).then(res => {
-					if (!res && res.length < 0) {
+					if (!res || res.length < 0 || Object.getOwnPropertyNames(res).length === 0) {
 						return false;
 					}