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