|
@@ -1100,7 +1100,7 @@ const search = (keyword: string) => {
|
|
})
|
|
})
|
|
.then((res: any) => {
|
|
.then((res: any) => {
|
|
if (Array.isArray(res.data) && res.data.length) {
|
|
if (Array.isArray(res.data) && res.data.length) {
|
|
- qcList.value.concat(
|
|
|
|
|
|
+ qcList.value = qcList.value.concat(
|
|
res.data.map((i: any) => {
|
|
res.data.map((i: any) => {
|
|
return {
|
|
return {
|
|
...i,
|
|
...i,
|