Explorar o código

当所有没有数据时,将列表返回值改为数组。这样表格才能正常显示

raolu %!s(int64=7) %!d(string=hai) anos
pai
achega
8a5231a88a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/buz/order-list.js

+ 1 - 1
js/buz/order-list.js

@ -152,7 +152,7 @@ function getHealthDoctorList(isRefresh){
        pageList: [5,8,10],
        pageList: [5,8,10],
        responseHandler: function (res) {
        responseHandler: function (res) {
            return {
            return {
                rows: res.data.doctors,
                rows: res.data.doctors || [],
                total: res.data.total
                total: res.data.total
            }
            }
        },
        },