仓库-仓库变动日志

This commit is contained in:
赵正易
2024-04-18 11:34:16 +08:00
parent 72873fe576
commit e960c270bf
2 changed files with 6 additions and 6 deletions

View File

@@ -302,7 +302,7 @@
handleDelete(row) {
const Ids = row.id || this.ids;
this.$confirm('是否确认删除参数编号为"' + Ids + '"的数据项?')
this.$confirm('是否确认删除数据项?')
.then(function () {
return delWmGoodsChangeLog(Ids);
})