|
@@ -49,7 +49,7 @@
|
|
|
:visible.sync="dialogFormVisible"
|
|
|
title="字典项管理"
|
|
|
width="90%"
|
|
|
- @close="dialogFormVisible=false">
|
|
|
+ @close="dictItemVisible">
|
|
|
<avue-crud
|
|
|
ref="crudItem"
|
|
|
:page="itemPage"
|
|
@@ -163,6 +163,10 @@
|
|
|
this.page.currentPage = current
|
|
|
},
|
|
|
//======字典项表格相关=====
|
|
|
+ dictItemVisible: function () {
|
|
|
+ this.dialogFormVisible = false
|
|
|
+ this.itemPage.currentPage = 1
|
|
|
+ },
|
|
|
handleItem: function (row) {
|
|
|
this.getDictItemList(row.id, row.type)
|
|
|
},
|