body
This commit is contained in:
@@ -128,11 +128,16 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
confirm() {
|
confirm() {
|
||||||
this.$instance.post(this.idx == 0 ? "/app/appworktaskinfo/stopOrFinish" : "/app/appworktaskuserinfo/sendMesage", null, {
|
this.$instance.post(this.idx == 0 ? "/app/appworktaskinfo/stopOrFinish" : "/app/appworktaskuserinfo/sendMesage",
|
||||||
params: {
|
{
|
||||||
id: this.id,
|
id: this.id,
|
||||||
status: this.idx == 0 ? 2 : null
|
status: this.idx == 0 ? 2 : null
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
params: {
|
||||||
|
id: this.id,
|
||||||
|
status: this.idx == 0 ? 2 : null
|
||||||
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast(this.idx == 0 ? "关闭成功" : "催办成功")
|
this.$u.toast(this.idx == 0 ? "关闭成功" : "催办成功")
|
||||||
|
|||||||
Reference in New Issue
Block a user