fix 0720
This commit is contained in:
@@ -307,7 +307,7 @@ export default {
|
||||
}
|
||||
} else if (typeof cond === "object") {
|
||||
Object.keys(cond).forEach((key) => {
|
||||
this.cachedSearchCondition[key] = cond[key];
|
||||
this.cachedSearchCondition[key] = payload[key] ? payload[key] : cond[key];
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user