|
@@ -130,7 +130,7 @@ function otherHisConfirm(dispatch,store,params){
|
|
|
}
|
|
|
let existsId = getIds(exists);
|
|
|
let withsId = getIds(withs);
|
|
|
- const ids = existsId.join(",")+','+withsId.join(",");
|
|
|
+ const ids = existsId.length>0?existsId.join(",")+','+withsId.join(","):withsId.join(",");
|
|
|
if(!ids&&nones){ //只有无的项目
|
|
|
dispatch({
|
|
|
type: CONFIRMSELECTED,
|