判断开门红字段修改

This commit is contained in:
mengxiaolong
2021-03-11 11:23:20 +08:00
parent ac5fc06094
commit f3c5541ae4

View File

@@ -210,7 +210,7 @@ export default {
// 纯数字为外勤
let reg = /^[0-9]+$/
this.isInner = !reg.test(result.branchType)
this.isGoodStart = result.showTemplate === 'KMH'
this.isGoodStart = result.showTemplateKmh === 'KMH'
} else {
this.$toast(result.resultMessage)
}