Merge pull request #17 from Object-you/h5-zj-220809Start

指标加入局部变量字段选项
This commit is contained in:
FiboAI
2022-08-10 11:47:08 +08:00
committed by GitHub
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