Sfoglia il codice sorgente

Merge branch 'master' of http://39.108.216.210:3000/web/for_client

duy 10 mesi fa
parent
commit
7073c4ef7e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/layout/modules/Cascader.vue

+ 1 - 0
src/layout/modules/Cascader.vue

@@ -89,6 +89,7 @@ const projectContractChange = (val) => {
         contractInfo.value = UserContractInfo
         window.$message?.info('切换了项目,数据更新中')
         setSend(val[0], val[1])
+        window?.location?.reload() //刷新页面
     }
 }
 </script>