Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
中汽测评-信息安全测评系统
web
Commits
5104a1ef
Commit
5104a1ef
authored
Feb 28, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(标准库管理): 页面保存不刷新问题修改
parent
6ec2c25e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
+13
-11
Tixidialog.vue
src/views/setting/standard/components/Tixidialog.vue
+2
-1
index.vue
src/views/setting/standard/index.vue
+11
-10
No files found.
src/views/setting/standard/components/Tixidialog.vue
View file @
5104a1ef
...
...
@@ -11,6 +11,7 @@
<el-form-item
label=
"标准分类"
prop=
"standardType"
>
<el-select
v-model=
"model.standardType"
disabled
style=
"width: 100%"
placeholder=
"请选择"
clearable
...
...
@@ -96,7 +97,7 @@ export default {
data
()
{
return
{
model
:
this
.
$modelDataSource
({
url
:
'/standard
/getInfo
'
,
url
:
'/standard'
,
dataKey
:
'model'
,
attributes
:
{
standardType
:
''
,
...
...
src/views/setting/standard/index.vue
View file @
5104a1ef
...
...
@@ -20,16 +20,16 @@
prop=
"standardType"
align=
"left"
>
<
!-- <template slot-scope="scope">--
>
<!-- <div v-for="dict in classFicationList" :key="dict.dictValue">--
>
<!-- <div-->
<!-- v-if="dict.dictValue == scope.row.standardType"-->
<!-- style="display: flex"-->
<!-- >--
>
<!-- {{ dict.dictLabel }}-->
<!-- </div>--
>
<!-- </div>--
>
<
!-- </template>--
>
<
template
slot-scope=
"scope"
>
<div
v-for=
"dict in classFicationList"
:key=
"dict.dictValue"
>
<div
v-if=
"dict.dictValue == scope.row.standardType"
style=
"display: flex"
>
{{
dict
.
dictLabel
}}
</div
>
</div
>
<
/
template
>
</el-table-column>
<el-table-column
prop=
"standardNo"
...
...
@@ -115,6 +115,7 @@
ref=
"TixiDialog"
:dialog-manger=
"TixiDialogManger"
@
close=
"TixiDialogManger.dialogVisible = false"
@
refresh=
"TixiDialogManger.refreshList = true"
></tixi-dialog>
</page-standard>
</template>
...
...
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