[update] 修改年度制修订流程

This commit is contained in:
lideqin
2023-12-11 13:46:22 +08:00
parent b033e81d8b
commit e8f935d04a
5 changed files with 110 additions and 102 deletions
@@ -19,7 +19,7 @@
{{ $t('batchDelete') }}
</a-button>
<!-- 批量设置联络人 -->
<a-button icon="setting" type="primary" ghost @click="batchSetContact">
<a-button v-if="!isRejectedTodo" icon="setting" type="primary" ghost @click="batchSetContact">
{{ $t('workCenter.revisionPlanActivelyReport.batchSetContact') }}
</a-button>
</div>
@@ -278,7 +278,7 @@ export default {
* 需要能判断是否是被驳回,产生的待办点击进入的,是的话需要显示带出被驳回的法规的联络人,
* 并且去掉批量设置联络人按钮,如需修改联络人,删除该标准重新走标准化发起流程 ??
*/
if (this.$route.query.taskId) {
if (this.$route.query.processInstanceId) {
this.isRejectedTodo = true
} else {
this.isRejectedTodo = false