修复添加分销员分店不能选择的问题
This commit is contained in:
@@ -128,7 +128,8 @@ function submitHandle() {
|
|||||||
// 过滤条件
|
// 过滤条件
|
||||||
function isDistribtion(str) {
|
function isDistribtion(str) {
|
||||||
let s = str.split('_')
|
let s = str.split('_')
|
||||||
return s[1]
|
let shopId = s[0]
|
||||||
|
return s[1] && shopId == localStorage.getItem('shopId') ? 1 : 0
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectUser = ref([])
|
const selectUser = ref([])
|
||||||
|
|||||||
Reference in New Issue
Block a user