Explorar el Código

交互优化

dev
nizongfeng hace 3 años
padre
commit
4bb1a5effe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      application/admin/view/receipt_order/index.html

+ 2
- 0
application/admin/view/receipt_order/index.html Ver fichero

@@ -495,6 +495,7 @@
type: 'success'
});
this.getOrderMainData(this.orderMainListSearch.pageNum)
this.getData(this.search.pageNum)
} else {
this.$message.error(response.msg);
}
@@ -527,6 +528,7 @@
type: 'success'
});
this.getOrderMainData(this.orderMainListSearch.pageNum)
this.getData(this.search.pageNum)
} else {
this.$message.error(response.msg);
}


Cargando…
Cancelar
Guardar