工艺任务处理接口联调

dev-scheduling
jinna 3 months ago
parent 74482b16ad
commit 07760482af
  1. 2
      src/views/processManagement/taskProcessing.vue

@ -411,7 +411,7 @@ export default {
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning', type: 'warning',
}).then(() => { }).then(() => {
taskReception({ taskIds: row.id }).then(res => { taskReception({ taskId: row.id }).then(res => {
this.$message({ this.$message({
type: 'success', type: 'success',
message: '操作成功!', message: '操作成功!',

Loading…
Cancel
Save