|
|
@@ -246,8 +246,8 @@ export default {
|
|
|
let res = await this.$post('/api/admin/job/cloud_job', {
|
|
|
uid: this.uid,
|
|
|
developer_id: this.devID,
|
|
|
- xxx_id: this.comID,
|
|
|
- xxx2_id: this.checkID,
|
|
|
+ uid: this.comID,
|
|
|
+ checker_id: this.checkID,
|
|
|
direction_id: this.selectedDirection,
|
|
|
status: this.selectedStatus,
|
|
|
not_deposit: this.unDeposit ? '1' : '0',
|