This commit is contained in:
qsh
2024-07-16 11:53:13 +08:00
parent b6a87197f0
commit 77134be7ff
9 changed files with 615 additions and 30 deletions

View File

@@ -118,7 +118,7 @@
</Dialog>
</template>
<script setup name="DialogSalarySetting">
<script setup name="DialogCommissionPlan">
const message = useMessage() // 消息弹窗
const dialogVisible = ref(false) // 弹窗的是否展示

View File

@@ -61,6 +61,10 @@ const searchForm = ref({
pageSize: 20
})
onMounted(() => {
handleQuery()
})
/** 搜索按钮操作 */
const handleQuery = () => {
searchForm.value.pageNo = 1

View File

@@ -46,6 +46,10 @@ const searchForm = ref({
pageSize: 20
})
onMounted(() => {
handleQuery()
})
/** 搜索按钮操作 */
const handleQuery = () => {
searchForm.value.pageNo = 1