Ver Fonte

开单确认、采购确认

jf há 5 anos atrás
pai
commit
40d9b9c2ef
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      ghsApp/src/admin/home/workbench.vue
  2. 1 0
      ghsApp/src/mixins/priceSocket.js

+ 1 - 0
ghsApp/src/admin/home/workbench.vue

@@ -306,6 +306,7 @@ export default {
 	},
 	methods: {
 		init() {
+			/*延迟监听token*/
 			if(!uni.getStorageSync('token')){
 				setTimeout(()=>{
 					this.init();

+ 1 - 0
ghsApp/src/mixins/priceSocket.js

@@ -14,6 +14,7 @@ export default {
 
 	},
 	methods:{
+		/*延迟监听token*/
 		priceSocketFun(){
 			if(!uni.getStorageSync('token')){
 				setTimeout(()=>{