1
This commit is contained in:
parent
c2c5f5e477
commit
277ce5fdbe
@ -1355,8 +1355,8 @@
|
||||
})
|
||||
},
|
||||
cancleJob() {
|
||||
let json = {};
|
||||
json.ID = this.ID;
|
||||
const orgId = uni.getStorageSync('orgId')
|
||||
const json = initFilter(orgId, this.ID)
|
||||
json.TaskID = this.TaskID;
|
||||
getCancleJob(json).then(res => {
|
||||
uni.$showMsgFunc('操作成功!', () => {
|
||||
|
||||
@ -1407,8 +1407,8 @@
|
||||
})
|
||||
},
|
||||
cancleJob() {
|
||||
let json = {};
|
||||
json.ID = this.ID;
|
||||
const orgId = uni.getStorageSync('orgId')
|
||||
const json = initFilter(orgId, this.ID)
|
||||
json.TaskID = this.TaskID;
|
||||
getCancleJob(json).then(res => {
|
||||
uni.$showMsgFunc('操作成功!', () => {
|
||||
|
||||
@ -1291,8 +1291,8 @@
|
||||
})
|
||||
},
|
||||
cancleJob() {
|
||||
let json = {};
|
||||
json.ID = this.ID;
|
||||
const orgId = uni.getStorageSync('orgId')
|
||||
const json = initFilter(orgId, this.ID)
|
||||
json.TaskID = this.TaskID;
|
||||
getCancleJob(json).then(res => {
|
||||
uni.$showMsgFunc('操作成功!', () => {
|
||||
|
||||
@ -1321,8 +1321,8 @@
|
||||
})
|
||||
},
|
||||
cancleJob() {
|
||||
let json = {};
|
||||
json.ID = this.ID;
|
||||
const orgId = uni.getStorageSync('orgId')
|
||||
const json = initFilter(orgId, this.ID)
|
||||
json.TaskID = this.TaskID;
|
||||
getCancleJobOutsource(json).then(res => {
|
||||
uni.$showMsgFunc('操作成功!', () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user