1) 增加优惠券管理列表搜索

This commit is contained in:
zhangds 2022-09-20 14:40:24 +08:00
parent ae7b20d473
commit a5c794eae7
2 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,7 @@ const UseCouponAddEdit = forwardRef((props, ref) => {
//
useEffect(() => {
if (editData !== "") {
if (editData !== "" && editData) {
//
setForm_info_data({
title: editData.title,

View File

@ -192,6 +192,7 @@ const UseCouponList = () => {
const selectionFun = () => {};
const searchCallback = () => {
setState({ isQuery: !state.isQuery });
// getTable();
};
const onPageChange = (data) => {