待办中心-项目参数任务,跳转修改

This commit is contained in:
高嵩
2022-12-16 10:11:25 +08:00
parent 638cc5b701
commit 39c2b5c5a8
@@ -186,7 +186,7 @@
}) })
let _this = this let _this = this
item.type = '1' item.type = '1'
item.userType = _this.flag == undefined ? valueList[0] : 'dre' item.userType = flag == undefined ? valueList[0] : 'dre'
this.loading = false this.loading = false
let newUrl = _this.$router.resolve({ let newUrl = _this.$router.resolve({
path: '/ParameterItemCollection', path: '/ParameterItemCollection',
@@ -220,7 +220,7 @@
}) })
let _this = this let _this = this
item.type = '1' item.type = '1'
item.userType = _this.flag == undefined ? valueList[0] : 'sdt' item.userType = flag == undefined ? valueList[0] : 'sdt'
this.loading = false this.loading = false
let newUrl = _this.$router.resolve({ let newUrl = _this.$router.resolve({
path: '/ParameterItemCollection', path: '/ParameterItemCollection',
@@ -255,7 +255,7 @@
}) })
let _this = this let _this = this
item.type = '1' item.type = '1'
item.userType = _this.flag == undefined ? valueList[0] : 'homo' item.userType = flag == undefined ? valueList[0] : 'homo'
this.loading = false this.loading = false
let newUrl = _this.$router.resolve({ let newUrl = _this.$router.resolve({
path: '/ParameterItemCollection', path: '/ParameterItemCollection',