refactor: set page 150 of product
This commit is contained in:
parent
e7cb52d482
commit
a12edf474d
1 changed files with 1 additions and 1 deletions
|
|
@ -585,6 +585,7 @@ async function fetchListOfProductIsAdd(productGroupId: string) {
|
|||
: undefined,
|
||||
productGroupId,
|
||||
shared: true,
|
||||
page: 150,
|
||||
});
|
||||
|
||||
if (res) {
|
||||
|
|
@ -3477,7 +3478,6 @@ watch(
|
|||
@select="
|
||||
(data) => {
|
||||
const tempValue = selectProduct.find((v) => v.id === i.id);
|
||||
|
||||
if (tempValue) {
|
||||
selectProduct = selectProduct.filter((v) => v.id !== i.id);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue