| | |
| | | resp => { |
| | | this.formInline = resp.data.data; |
| | | }); |
| | | // this.formInline = { |
| | | // ...this.row, |
| | | // processDefinitionName: this.row.processDefinitionName || '', |
| | | // taskName: this.row.taskName || '', |
| | | // createTime: this.row.createTime || '', |
| | | // startUserName: this.row.startUserName || '', |
| | | // drawingNoEdition: this.row.variables.drawingNoEdition || '', |
| | | // craftEdition: this.row.variables.craftEdition || '', |
| | | // machineCode: this.row.variables.machineCode || '', |
| | | // processName: this.row.variables.processName || '', |
| | | // processNo: this.row.variables.processNo || '', |
| | | // processEdition: this.row.variables.processEdition || '', |
| | | |
| | | // planStartTime: this.row.variables.planStartTime || '', |
| | | // productModel: this.row.variables.productModel || '', |
| | | // programPackageName: this.row.variables.programPackageName || '', |
| | | // workShop: this.row.variables.workShop || '', |
| | | // drawingNo: this.row.variables.drawingNo || '', |
| | | // } |
| | | } |
| | | } |
| | | </script> |