Browse Source

fix: cargo船货凑期.处理搜索记录赋值异常.

peter 1 tháng trước cách đây
mục cha
commit
b61866147c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/cargo-consolidation-request/index.vue

+ 1 - 1
src/pages/cargo-consolidation-request/index.vue

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