仓库-仓库变动日志
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
handleDelete(row) {
|
||||
const Ids = row.id || this.ids;
|
||||
|
||||
this.$confirm('是否确认删除参数编号为"' + Ids + '"的数据项?')
|
||||
this.$confirm('是否确认删除数据项?')
|
||||
.then(function () {
|
||||
return delWmGoodsChangeLog(Ids);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user