diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
index 22a43511a..e6e1ea4fb 100644
--- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
@@ -120,27 +120,27 @@
v-model="formInline.sdt">
+
+
+
+ {{$t('status')}}
+
+
+
+
+ {{ item.text}}
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -799,12 +799,12 @@
value: 'paramsNumber',
text: this.$t('certificationCategoryNumber')
},
- {
- type: '',
- value: 'state',
- text: this.$t('status'),
- options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
- },
+ // {
+ // type: '',
+ // value: 'state',
+ // text: this.$t('status'),
+ // options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
+ // },
{
type: 'string',
value: 'params_batch',
@@ -1036,6 +1036,13 @@
if (this.$route.query.type == '1') {
this.handleOkRoleSwitching()
}
+ if (this.$route.query.statusFlag == '1') {
+ this.formInline.state = '1'
+ } else if(this.$route.query.statusFlag == '2'){
+ this.formInline.state = '2'
+ }else if(this.$route.query.statusFlag == '4'){
+ this.formInline.state = '4'
+ }
// clearTimeout(this.timeBatch)
// this.timeBatch = setTimeout(() => {
// if (this.currentPersonRole == 'dre') {
diff --git a/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue b/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue
index 4b32d03cc..8e90ee156 100644
--- a/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue
+++ b/jero-web/src/views/toDoCenter/projectParameterTasks/index.vue
@@ -189,6 +189,7 @@
})
let _this = this
item.type = '1'
+ item.statusFlag = '4'
item.userType = flag == undefined ? valueList[0] : 'dre'
this.loading = false
let newUrl = _this.$router.resolve({
@@ -223,6 +224,7 @@
})
let _this = this
item.type = '1'
+ item.statusFlag = '2'
item.userType = flag == undefined ? valueList[0] : 'sdt'
this.loading = false
let newUrl = _this.$router.resolve({
@@ -258,6 +260,7 @@
})
let _this = this
item.type = '1'
+ item.statusFlag = '1'
item.userType = flag == undefined ? valueList[0] : 'homo'
this.loading = false
let newUrl = _this.$router.resolve({