Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
451106d8
Commit
451106d8
authored
Nov 08, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
details更改
parent
92169e37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
edit.vue
src/views/daily/duty/edit.vue
+4
-4
edit.vue
src/views/daily/maintenanceStandards/edit.vue
+2
-2
No files found.
src/views/daily/duty/edit.vue
View file @
451106d8
...
...
@@ -14,7 +14,7 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"履职内容"
ref=
"content"
prop=
"content"
>
<RelSelect
hasValue
:optionsData=
'optionsData'
style=
"width: 100%;"
:params=
"
{flid:form.flid}"
src='/aqgl/rcgl/lzbz/query'
clearable :match="{value:'content',label:'content'}" v-model='form.content' >
</RelSelect>
<RelSelect
hasValue
:optionsData=
'optionsData'
style=
"width: 100%;"
:params=
"
{flid:form.flid}" clearable :match="{value:'content',label:'content'}" v-model='form.content' >
</RelSelect>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.content"
></el-input>
-->
</el-form-item>
</el-col>
...
...
@@ -46,9 +46,9 @@
watch
:{
flid
(
val
){
queryFlnr
({
flid
:
val
}).
then
(
res
=>
{
if
(
res
.
data
&&
res
.
data
.
record
){
this
.
content
=
''
this
.
optionsData
=
res
.
data
.
record
||
[]
if
(
res
.
data
&&
res
.
data
.
record
s
){
this
.
form
.
content
=
''
this
.
optionsData
=
res
.
data
.
record
s
||
[]
}
})
}
...
...
src/views/daily/maintenanceStandards/edit.vue
View file @
451106d8
...
...
@@ -5,13 +5,13 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"分类"
ref=
"flid"
prop=
"flid"
>
<RelSelect
style=
"width: 100%;"
src=
'/aqgl/rcgl/wxzyfl/query'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.flid' >
</RelSelect>
<RelSelect
style=
"width: 100%;"
src=
'/aqgl/rcgl/wxzyfl/query'
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.flid' >
</RelSelect>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"部门"
ref=
"bmid"
prop=
"bmid"
>
<RelSelect
style=
"width: 100%;"
src=
'/kzzx/bm/query'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<RelSelect
style=
"width: 100%;"
src=
'/kzzx/bm/query'
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
</el-form-item>
</el-col>
...
...
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