@@ -62,7 +62,8 @@ const getData = () => {
emit("dataList");
};
const reset = () => {
- emit("resetList");
+ searchForm.value = {};
+ emit("dataList");
const setSearchFrom = () => {
props.searchOptions.forEach((option) => {});
@@ -113,7 +113,7 @@ const searchForm = [
},
{
label: "顾客名称",
- prop: "custome",
+ prop: "customer",
type: "input",