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

接口值修改

parent 27a20435
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('lxyl/wcs/wcsTask/init/begin', { this.$post('lxyl/wcs/wcsTask/init/start', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('lxyl/wcs/wcsTask/init/cancel', { this.$post('lxyl/wcs/wcsTask/init/close', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { 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