上传
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
</Dialog>
|
||||
</template>
|
||||
|
||||
<script setup name="DialogSalarySetting">
|
||||
<script setup name="DialogCommissionPlan">
|
||||
const message = useMessage() // 消息弹窗
|
||||
|
||||
const dialogVisible = ref(false) // 弹窗的是否展示
|
||||
|
||||
@@ -61,6 +61,10 @@ const searchForm = ref({
|
||||
pageSize: 20
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
handleQuery()
|
||||
})
|
||||
|
||||
/** 搜索按钮操作 */
|
||||
const handleQuery = () => {
|
||||
searchForm.value.pageNo = 1
|
||||
|
||||
@@ -46,6 +46,10 @@ const searchForm = ref({
|
||||
pageSize: 20
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
handleQuery()
|
||||
})
|
||||
|
||||
/** 搜索按钮操作 */
|
||||
const handleQuery = () => {
|
||||
searchForm.value.pageNo = 1
|
||||
|
||||
Reference in New Issue
Block a user