|
|
@ -65,10 +65,11 @@ Component({ |
|
|
|
state = 2 |
|
|
|
} else if (item.text === "转项目") { |
|
|
|
state = 4 |
|
|
|
} else if (item.text === '转项目并吹哨') { |
|
|
|
state = 6 |
|
|
|
that.getIssueWhistlingDeptV2() |
|
|
|
} |
|
|
|
} |
|
|
|
// else if (item.text === '转项目并吹哨') {
|
|
|
|
// state = 6
|
|
|
|
// that.getIssueWhistlingDeptV2()
|
|
|
|
// }
|
|
|
|
|
|
|
|
const handleSubmitData = Object.assign(that.data.handleSubmitData, { |
|
|
|
state: state, |
|
|
|