ysy 1 anno fa
parent
commit
13cd166eb8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 					}