commit
9942a301d0
|
|
@ -448,8 +448,8 @@ export default {
|
||||||
const params = {taskId: this.taskForm.taskId}
|
const params = {taskId: this.taskForm.taskId}
|
||||||
getNextFlowNode(params).then(res => {
|
getNextFlowNode(params).then(res => {
|
||||||
const data = res.data;
|
const data = res.data;
|
||||||
|
this.taskForm.formData = formData;
|
||||||
if (data) {
|
if (data) {
|
||||||
this.taskForm.formData = formData;
|
|
||||||
if (data.dataType === 'dynamic') {
|
if (data.dataType === 'dynamic') {
|
||||||
if (data.type === 'assignee') { // 指定人员
|
if (data.type === 'assignee') { // 指定人员
|
||||||
this.checkSendUser = true;
|
this.checkSendUser = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue