Commit d3218abe authored by 李苏's avatar 李苏 💬

接口值修改

parent 27a20435
......@@ -182,7 +182,7 @@
cancelButtonText: '取消',
type: 'warning'
}).then(res => {
this.$post('lxyl/wcs/wcsTask/init/begin', {
this.$post('lxyl/wcs/wcsTask/init/start', {
id: ctx.singleItem.id
}).then(res => {
if (res.success) {
......@@ -202,7 +202,7 @@
cancelButtonText: '取消',
type: 'warning'
}).then(res => {
this.$post('lxyl/wcs/wcsTask/init/cancel', {
this.$post('lxyl/wcs/wcsTask/init/close', {
id: ctx.singleItem.id
}).then(res => {
if (res.success) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment