3
0
Fork 0

## Opt - 取消分公司区域验证

This commit is contained in:
sangelxiu1 2025-07-11 16:29:21 +08:00
parent 04a5f057c2
commit a6ac96279d
1 changed files with 8 additions and 8 deletions

View File

@ -597,14 +597,14 @@ export default {
if (this.multipleSelection.length > 0) {
const settlementGrade = this.handleBusinessList.find(item => item.editTypeKey == 'change_settlement_grade')
if (settlementGrade.businessValueList?.[0] == 155) {
const needSelection = this.multipleSelection.filter(item => !item.areaId)
if (needSelection.length > 0) {
this.$message({
message: '请选择分公司所属省份',
type: 'warning'
})
return
}
// const needSelection = this.multipleSelection.filter(item => !item.areaId)
// if (needSelection.length > 0) {
// this.$message({
// message: '',
// type: 'warning'
// })
// return
// }
} else {
this.multipleSelection.forEach(item => {
item.areaId = ''