Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
53fc15f5
Commit
53fc15f5
authored
Apr 18, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题申报修改
parent
8469a4bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
index.vue
...c/views/taskExecution/components/ProblemDeclare/index.vue
+7
-8
No files found.
applications/dee-mes/src/views/taskExecution/components/ProblemDeclare/index.vue
View file @
53fc15f5
...
...
@@ -120,12 +120,11 @@
/>
</el-form-item>
</el-row>
<el-row>
<
!--
<
el-row>
<el-form-item
label=
"站位长/站位计划员/站位工程师"
prop=
"receiver"
label-width=
"250px"
>
<!--
<DxUserSelect
/>
-->
<GeneralUserSelect
v-model=
"form.receiver"
:item=
"
{multiple:true}" />
</el-form-item>
</el-row>
</el-row>
-->
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
...
...
@@ -327,10 +326,10 @@ export default {
res
.
forEach
(
item
=>
{
result
.
push
({
operator
:
'ADD'
,
target
:
item
})
})
var
receiver
=
''
this
.
form
.
receiver
.
forEach
((
item
,
i
)
=>
{
receiver
+=
(
item
+
(
this
.
form
.
receiver
.
length
-
1
>
i
?
','
:
''
))
})
//
var receiver = ''
//
this.form.receiver.forEach((item, i) => {
//
receiver += (item + (this.form.receiver.length - 1 > i ? ',' : ''))
//
})
const
params
=
{
operator
:
'ADD'
,
subTypeName
:
'SpotProblem'
,
...
...
@@ -347,7 +346,7 @@ export default {
airModel
:
this
.
form
.
airModel
,
sorties
:
this
.
form
.
sorties
,
standPosition
:
this
.
form
.
standPosition
,
receiver
:
receiver
,
//
receiver: receiver,
objFileLinks
:
result
}
...
...
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