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,
|
: undefined,
|
||||||
productGroupId,
|
productGroupId,
|
||||||
shared: true,
|
shared: true,
|
||||||
|
page: 150,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|
@ -3477,7 +3478,6 @@ watch(
|
||||||
@select="
|
@select="
|
||||||
(data) => {
|
(data) => {
|
||||||
const tempValue = selectProduct.find((v) => v.id === i.id);
|
const tempValue = selectProduct.find((v) => v.id === i.id);
|
||||||
|
|
||||||
if (tempValue) {
|
if (tempValue) {
|
||||||
selectProduct = selectProduct.filter((v) => v.id !== i.id);
|
selectProduct = selectProduct.filter((v) => v.id !== i.id);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue