Commit 5104a1ef authored by mzx's avatar mzx

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

parent 6ec2c25e
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<el-form-item label="标准分类" prop="standardType"> <el-form-item label="标准分类" prop="standardType">
<el-select <el-select
v-model="model.standardType" v-model="model.standardType"
disabled
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择"
clearable clearable
...@@ -96,7 +97,7 @@ export default { ...@@ -96,7 +97,7 @@ export default {
data() { data() {
return { return {
model: this.$modelDataSource({ model: this.$modelDataSource({
url: '/standard/getInfo', url: '/standard',
dataKey: 'model', dataKey: 'model',
attributes: { attributes: {
standardType: '', standardType: '',
......
...@@ -20,16 +20,16 @@ ...@@ -20,16 +20,16 @@
prop="standardType" prop="standardType"
align="left" align="left"
> >
<!-- <template slot-scope="scope">--> <template slot-scope="scope">
<!-- <div v-for="dict in classFicationList" :key="dict.dictValue">--> <div v-for="dict in classFicationList" :key="dict.dictValue">
<!-- <div--> <div
<!-- v-if="dict.dictValue == scope.row.standardType"--> v-if="dict.dictValue == scope.row.standardType"
<!-- style="display: flex"--> style="display: flex"
<!-- >--> >
<!-- {{ dict.dictLabel }}--> {{ dict.dictLabel }}
<!-- </div>--> </div>
<!-- </div>--> </div>
<!-- </template>--> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="standardNo" prop="standardNo"
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
ref="TixiDialog" ref="TixiDialog"
:dialog-manger="TixiDialogManger" :dialog-manger="TixiDialogManger"
@close="TixiDialogManger.dialogVisible = false" @close="TixiDialogManger.dialogVisible = false"
@refresh="TixiDialogManger.refreshList = true"
></tixi-dialog> ></tixi-dialog>
</page-standard> </page-standard>
</template> </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