修改已知问题
This commit is contained in:
@@ -492,11 +492,11 @@
|
|||||||
distributionEngineer() {
|
distributionEngineer() {
|
||||||
let msgType = ''
|
let msgType = ''
|
||||||
if (this.$route.query.flowType == 2) {
|
if (this.$route.query.flowType == 2) {
|
||||||
msgType = 'designRemindMsg'
|
msgType = 'designIssueDreMsg'
|
||||||
} else if (this.$route.query.flowType == 3) {
|
} else if (this.$route.query.flowType == 3) {
|
||||||
msgType = 'prehomoRemindMsg'
|
msgType = 'prehomoIssueDreMsg'
|
||||||
} else if (this.$route.query.flowType == 4) {
|
} else if (this.$route.query.flowType == 4) {
|
||||||
msgType = 'verifyRemindMsg'
|
msgType = 'verifyIssueDreMsg'
|
||||||
}
|
}
|
||||||
let query = {
|
let query = {
|
||||||
status: 'NotDone',
|
status: 'NotDone',
|
||||||
|
|||||||
Reference in New Issue
Block a user