指标加入全局变量字段选项

This commit is contained in:
bruce\fibo-zhu
2022-08-10 11:44:58 +08:00
parent 103380c692
commit a797c3dd1a
4 changed files with 1722 additions and 1723 deletions

View File

@@ -76,7 +76,7 @@ switch (process.env.NODE_ENV) {
case 'wang': // 汪环境
proxyObj = {
'/Riskmanage': {
target: 'http://192.168.50.228:8080', // 生产环境
target: 'http://192.168.50.223:8080', // 生产环境
changeOrigin: true, // 是否跨域
pathRewrite: {
'^/Riskmanage': '/Riskmanage'

File diff suppressed because it is too large Load Diff

View File

@@ -324,6 +324,7 @@
type: 'success'
});
this.getlist()
this.selection = []
this.$store.dispatch('reGetfielduser')
}
})

File diff suppressed because it is too large Load Diff