@@ -1345,9 +1345,9 @@
this.$loading().close()
if (type != 'delete') {
this.$message.success('保存成功')
+ await this.checkButtonVisibility()
this.loadTemplateData()
// 保存成功后重新检查按钮显示权限
- await this.checkButtonVisibility()
}
})
.catch((err) => {
@@ -112,7 +112,7 @@
任务详情
</el-button>
<el-button
- v-if="scope.row.status != '300'"
+ v-if="scope.row.status != '300' && scope.row.currentNode != 'gd'"
type="text"
@click="handleOpenMainDetails(scope.row)"
>