src/views/flowmgr/taskassign.vue
@@ -198,13 +198,13 @@ rules: [{ required: true, message: '必填', trigger: 'blur' }], }, { label: '偏离单号', label: '临时更改单号', prop: 'deviation', type: 'input', span: 12, dataType: 'string', class:'input_holder_warn', placeholder:'无偏离单任务请留空', placeholder:'非临时更改单任务请留空', blur: (col) => { this.handleTrim(col) },