From 39c2b5c5a8ba208248c1ae923e6a04f0a3ef7a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Fri, 16 Dec 2022 10:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8F=82=E6=95=B0=E4=BB=BB=E5=8A=A1=EF=BC=8C=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/toDoCenter/projectParameterTasks/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue b/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue index c9c06c08c..19bc1ac87 100644 --- a/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue +++ b/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue @@ -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',