修改法规清单重新提交
This commit is contained in:
+3
-2
@@ -245,7 +245,8 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
if (this.queryProject.TaskKey == 'zrrtjjfw' || this.queryProject.TaskKey == 'dezrrtjjfw') {
|
||||
if (this.queryProject.TaskKey == 'zrrtjjfw' || this.queryProject.TaskKey == 'dezrrtjjfw' ||
|
||||
this.queryProject.TaskKey == 'zrrbctjxg') {
|
||||
this.regulatoryCertificationTaskPlanList.forEach(val => {
|
||||
if (val.name == this.$t('initiatingProcess')) {
|
||||
val.status = '1'
|
||||
@@ -260,7 +261,7 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
if (this.queryProject.TaskKey == 'fggcssh') {
|
||||
if (this.queryProject.TaskKey == 'fggcssh' || this.queryProject.TaskKey == 'fggcsbcsh') {
|
||||
if (taskData.operatorResult == 'Adopt') {
|
||||
this.regulatoryCertificationTaskPlanList.forEach(val => {
|
||||
if (val.name == this.$t('initiatingProcess')) {
|
||||
|
||||
+2
-1
@@ -97,7 +97,8 @@
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24"
|
||||
v-if="query.TaskKey == 'dezrrtjjfw' || query.TaskKey == 'zrrtjjfw' || query.TaskKey == 'fggcssh'">
|
||||
v-if="query.TaskKey == 'dezrrtjjfw' || query.TaskKey == 'zrrtjjfw' || query.TaskKey == 'fggcssh'
|
||||
|| query.TaskKey == 'zrrbctjxg' || query.TaskKey == 'fggcsbcsh'">
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text">
|
||||
|
||||
Reference in New Issue
Block a user