|
|
|
@ -149,7 +149,7 @@ export default { |
|
|
|
const { option, vars } = this.handleResolveOption(eval('(' + allForm + ')'), taskForm, status) |
|
|
|
const { option, vars } = this.handleResolveOption(eval('(' + allForm + ')'), taskForm, status) |
|
|
|
option.menuBtn = false |
|
|
|
option.menuBtn = false |
|
|
|
for (let key in variables) { |
|
|
|
for (let key in variables) { |
|
|
|
if (!this.validatenull(variables[key])) delete variables[key] |
|
|
|
if (this.validatenull(variables[key])) delete variables[key] |
|
|
|
} |
|
|
|
} |
|
|
|
if (option.column && process.variables && process.variables.serialNumber) { |
|
|
|
if (option.column && process.variables && process.variables.serialNumber) { |
|
|
|
option.column.unshift({ |
|
|
|
option.column.unshift({ |
|
|
|
|