Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
22206b25
authored
Nov 15, 2023
by
Wanwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: CRM 客户限制
parent
702f23e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue
+2
-2
No files found.
src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue
View file @
22206b25
...
...
@@ -89,6 +89,8 @@ defineOptions({ name: 'CustomerLimitConfDetails' })
const
message
=
useMessage
()
// 消息弹窗
const
{
t
}
=
useI18n
()
// 国际化
const
{
confType
}
=
defineProps
<
{
confType
:
LimitConfType
}
>
()
const
loading
=
ref
(
true
)
// 列表的加载中
const
total
=
ref
(
0
)
// 列表的总页数
const
list
=
ref
([])
// 列表的数据
...
...
@@ -131,8 +133,6 @@ const handleDelete = async (id: number) => {
}
catch
{}
}
const
{
confType
}
=
defineProps
<
{
confType
:
LimitConfType
}
>
()
/** 搜索按钮操作 */
const
handleQuery
=
()
=>
{
queryParams
.
pageNo
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment