src/views/systemSetting/dataDictionary/index.vue
@@ -122,6 +122,7 @@ // 搜索 onFilterSearch(searchText) { this.getDataParams.keyword=searchText, this.pagerOptions.currPage = 1; this.getData() }, // 新增 @@ -259,6 +260,7 @@ }).then(() => { deleteDict({id:row.ID}).then((res)=>{ if(res&&res.code===200){ this.pagerOptions.currPage = 1; this.getData() this.$message({ type: 'success',