Commit fdb119fa authored by cxr's avatar cxr

bug(cxr): 区域现货缺陷

parent ea599ed4
......@@ -26,7 +26,9 @@
<a-select-option value="0">未开通</a-select-option>
</a-select>
</a-form-item>
<a-form-item>
<a-button type="primary" @click="onReSet">重置</a-button>
</a-form-item>
<a-form-item>
<a-button type="primary" @click="onSearch">搜索</a-button>
</a-form-item>
......@@ -1191,6 +1193,11 @@
getList();
});
};
const onReSet = () => {
searchText.value = '';
isVip.value = '';
isScOpen.value = '';
};
</script>
<style lang="scss" scoped></style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment