BUG 29507
This commit is contained in:
@@ -426,13 +426,13 @@ export default {
|
||||
return this.$message.error('请选择网格')
|
||||
}
|
||||
|
||||
if (currInfo.checkType === '1' && currInfo.girdLevel !== '2') {
|
||||
return this.$message.error(`一级、二级网格不能添加网格员`)
|
||||
}
|
||||
// if (currInfo.checkType === '1' && currInfo.girdLevel !== '2') {
|
||||
// return this.$message.error(`一级、二级网格不能添加网格员`)
|
||||
// }
|
||||
|
||||
if (sameInfo.length) {
|
||||
return this.$message.error('不能选择同一网格重复绑定')
|
||||
}
|
||||
// if (sameInfo.length) {
|
||||
// return this.$message.error('不能选择同一网格重复绑定')
|
||||
// }
|
||||
}
|
||||
|
||||
this.instance.post(`/app/appgirdmemberinfo/addOrUpdate`,{
|
||||
|
||||
Reference in New Issue
Block a user