This commit is contained in:
liuye
2024-08-16 11:58:45 +08:00
parent 5e8feea477
commit b04a8eaf01

View File

@@ -128,7 +128,12 @@
}) })
}, },
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",
{
id: this.id,
status: this.idx == 0 ? 2 : null
},
{
params: { params: {
id: this.id, id: this.id,
status: this.idx == 0 ? 2 : null status: this.idx == 0 ? 2 : null