|
|
|
@ -1169,7 +1169,7 @@ export default {
|
|
|
|
|
let ids = []; |
|
|
|
|
|
|
|
|
|
// 循环并检测是否符合要求 |
|
|
|
|
const isReturn = await this.selectionList.every(async item => { |
|
|
|
|
const isReturn = this.selectionList.every(item => { |
|
|
|
|
console.log('yuyuyuuyu', item); |
|
|
|
|
if (_mallName !== item.mallName) { |
|
|
|
|
this.$message.warning('请选择同一商场'); |
|
|
|
|