项目库 删除主项目提示修改

This commit is contained in:
zyx.net
2022-12-06 10:34:45 +08:00
parent dd0399dd46
commit f927f5c637
3 changed files with 3 additions and 1 deletions
@@ -349,7 +349,7 @@
deleteLib(val) {
let _this = this
this.$confirm({
content: _this.$t('ConfirmDelete'),
content: _this.$t(val.children ? 'allsubitemsitem' : 'ConfirmDelete'),
onOk() {
deleteAction(_this.url.deleteBatch, { id: val.id }).then((res) => {
if (res.success) {