修改已知问题

This commit is contained in:
qq787203167
2022-05-26 18:38:13 +08:00
parent 07ebea63b5
commit eae8f1fe84
@@ -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',