guoyuji
2024-03-01 67bb8ed26f127d39fc0f747aef32881af14b7ca6
north-glass-erp/northglass-erp/src/views/sd/customer/SelectCustomer.vue
@@ -79,7 +79,6 @@
request.post(`/customer/getseletCustomer/1/${total.pageSize}`,filterData.value).then((res) => {
  if(res.code==200){
    console.log(res.data)
    total.dataTotal = res.data.total.total*1
    total.pageTotal= res.data.total.pageTotal
    pageNum.value=1
@@ -116,7 +115,6 @@
  request.post(`/customer/getseletCustomer/1/${total.pageSize}`,filterData.value).then((res) => {
    if(res.code==200){
      console.log(res.data)
      total.dataTotal = res.data.total.total*1
      total.pageTotal= res.data.total.pageTotal
      pageNum.value=1
@@ -135,7 +133,6 @@
  request.post(`/customer/getseletCustomer/${pageNum.value}/${total.pageSize}`,filterData.value).then((res) => {
    if(res.code==200){
      console.log(res.data)
      produceList = deepClone(res.data.data)
      xGrid.value.loadData(produceList)
      gridOptions.loading=false