Commit 5104a1ef authored by mzx's avatar mzx

feat(标准库管理): 页面保存不刷新问题修改

parent 6ec2c25e
......@@ -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: '',
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment