|
@@ -225,8 +225,6 @@ export default {
|
|
return this.selectDictLabel(this.guardianUnitOptions, row.guardianUnit);
|
|
return this.selectDictLabel(this.guardianUnitOptions, row.guardianUnit);
|
|
},
|
|
},
|
|
init (id, taskId, processId,taskName) {
|
|
init (id, taskId, processId,taskName) {
|
|
- console.log(id)
|
|
|
|
- console.log("idididid")
|
|
|
|
this.reset();
|
|
this.reset();
|
|
this.fileList = [];
|
|
this.fileList = [];
|
|
this.getDicts("booking_work_status").then(response => {
|
|
this.getDicts("booking_work_status").then(response => {
|
|
@@ -271,8 +269,6 @@ export default {
|
|
this.historyLoading = false
|
|
this.historyLoading = false
|
|
});
|
|
});
|
|
getInvoice(id).then(response => {
|
|
getInvoice(id).then(response => {
|
|
- console.log(123123123123123)
|
|
|
|
- console.log(response)
|
|
|
|
this.taskForm.businessKey = response.data.id
|
|
this.taskForm.businessKey = response.data.id
|
|
this.dataForm.userId = response.data.userId
|
|
this.dataForm.userId = response.data.userId
|
|
this.dataForm.devId = response.data.devId
|
|
this.dataForm.devId = response.data.devId
|