src/views/systemSetting/workshopManage/index.vue
@@ -118,6 +118,7 @@ // 搜索 onFilterSearch(searchText) { this.getDataParams.keyWord = searchText, this.pagerOptions.currPage = 1; this.getData() }, // 新增 @@ -203,11 +204,12 @@ }).then(() => { deleteWorkshopManage({ id: row.ID }).then((res) => { if (res && res.code === 200) { this.getData() this.$message({ type: 'success', message: '删除成功!' }); this.pagerOptions.currPage = 1; this.getData() } }) }).catch(() => {