[update] 禅道bug

This commit is contained in:
zhaomeijing
2022-06-15 11:48:40 +08:00
parent 90ef924ccd
commit 1fbb917b77
2 changed files with 2 additions and 2 deletions
@@ -33,7 +33,7 @@
<div class="table-operator">
<div @click="handleAdd" class="operator-text" v-has="'params:template:add'">
<a-icon type="plus"/>
{{$t('add')}}
{{$t('newlyAdded')}}
</div>
<div @click="handlecody" class="operator-text" v-has="'params:template:copy'">
<a-icon type="copy"/>
@@ -261,7 +261,7 @@ export default {
})
}
} else {
this.$message.warning(this.$t('changeTheTitle'))
// this.$message.warning(this.$t('changeTheTitle'))
this.spinLoading = false
}
})