mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
判断开门红字段修改
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user