更新仓库、物料、班组
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2024-07-10 11:08:48
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2024-07-19 14:09:18
|
||||
* @LastEditTime: 2024-08-14 15:35:06
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -216,7 +216,7 @@ export default {
|
||||
handleDelete(row) {
|
||||
let _this = this;
|
||||
_this.$modal
|
||||
.confirm('是否确认删除名称为"' + row.name + '"的数据项?')
|
||||
.delConfirm(row.name)
|
||||
.then(function () {
|
||||
return deleteGroupPlan(row.id);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user