Browse Source

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

duy 10 months ago
parent
commit
7073c4ef7e
1 changed files with 1 additions and 0 deletions
  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
         contractInfo.value = UserContractInfo
         window.$message?.info('切换了项目,数据更新中')
         window.$message?.info('切换了项目,数据更新中')
         setSend(val[0], val[1])
         setSend(val[0], val[1])
+        window?.location?.reload() //刷新页面
     }
     }
 }
 }
 </script>
 </script>