待办中心-项目参数任务,跳转修改
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
})
|
||||
let _this = this
|
||||
item.type = '1'
|
||||
item.userType = _this.flag == undefined ? valueList[0] : 'dre'
|
||||
item.userType = flag == undefined ? valueList[0] : 'dre'
|
||||
this.loading = false
|
||||
let newUrl = _this.$router.resolve({
|
||||
path: '/ParameterItemCollection',
|
||||
@@ -220,7 +220,7 @@
|
||||
})
|
||||
let _this = this
|
||||
item.type = '1'
|
||||
item.userType = _this.flag == undefined ? valueList[0] : 'sdt'
|
||||
item.userType = flag == undefined ? valueList[0] : 'sdt'
|
||||
this.loading = false
|
||||
let newUrl = _this.$router.resolve({
|
||||
path: '/ParameterItemCollection',
|
||||
@@ -255,7 +255,7 @@
|
||||
})
|
||||
let _this = this
|
||||
item.type = '1'
|
||||
item.userType = _this.flag == undefined ? valueList[0] : 'homo'
|
||||
item.userType = flag == undefined ? valueList[0] : 'homo'
|
||||
this.loading = false
|
||||
let newUrl = _this.$router.resolve({
|
||||
path: '/ParameterItemCollection',
|
||||
|
||||
Reference in New Issue
Block a user