Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
qr-consistency-vue3
Commits
52b626fa
Commit
52b626fa
authored
Apr 29, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通知单管理-删除
parent
5e56632f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
...olPlan/controlPlanNotice/notificationManagement/index.vue
+6
-3
No files found.
src/views/controlPlan/controlPlanNotice/notificationManagement/index.vue
View file @
52b626fa
...
@@ -426,6 +426,9 @@ const undoDialogVisible = ref(false)
...
@@ -426,6 +426,9 @@ const undoDialogVisible = ref(false)
const
personTableList
=
ref
([])
const
personTableList
=
ref
([])
// 获取当前组件实例的代理对象,用于访问全局属性和方法
// 获取当前组件实例的代理对象,用于访问全局属性和方法
const
{
proxy
}
=
getCurrentInstance
();
const
{
proxy
}
=
getCurrentInstance
();
const
tObj
=
ref
({})
const
dialogTitle
=
ref
(
''
)
const
dialogVisible
=
ref
(
false
)
const
Prompt
=
ref
(
''
)
const
Prompt
=
ref
(
''
)
const
delId
=
ref
(
''
)
const
delId
=
ref
(
''
)
// 从全局字典中获取认证机构相关的数据
// 从全局字典中获取认证机构相关的数据
...
@@ -436,7 +439,8 @@ const { notification_status } = proxy.useDict('notification_status')
...
@@ -436,7 +439,8 @@ const { notification_status } = proxy.useDict('notification_status')
const
{
vehicle_model_series_icar
}
=
proxy
.
useDict
(
'vehicle_model_series_icar'
)
const
{
vehicle_model_series_icar
}
=
proxy
.
useDict
(
'vehicle_model_series_icar'
)
// 从全局字典中获取除事业部 icar 外可选择的车型系列数据
// 从全局字典中获取除事业部 icar 外可选择的车型系列数据
const
{
vehicle_model_series
}
=
proxy
.
useDict
(
'vehicle_model_series'
)
const
{
vehicle_model_series
}
=
proxy
.
useDict
(
'vehicle_model_series'
)
// 存储新增通知单表单的引用,用于操作表单方法,如验证、重置等
const
drawerQueryRef
=
ref
()
// 存储通知单列表数据,使用响应式引用
// 存储通知单列表数据,使用响应式引用
const
tableList
=
ref
([])
const
tableList
=
ref
([])
// 存储车型代码列表数据,使用响应式引用
// 存储车型代码列表数据,使用响应式引用
...
@@ -474,8 +478,7 @@ const queryParams = ref({
...
@@ -474,8 +478,7 @@ const queryParams = ref({
// 通用的输入框查询值,默认空字符串
// 通用的输入框查询值,默认空字符串
number
:
""
number
:
""
});
});
// 存储新增通知单表单的引用,用于操作表单方法,如验证、重置等
const
drawerQueryRef
=
ref
()
function
addNotifiction
(){
function
addNotifiction
(){
drawer
.
value
=
true
drawer
.
value
=
true
getALLModelCodeList
()
getALLModelCodeList
()
...
...
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