src/views/systemSetting/workshopManage/index.vue
@@ -118,6 +118,7 @@ // 搜索 onFilterSearch(searchText) { this.getDataParams.keyWord = searchText, this.pagerOptions.currPage = 1; this.getData() }, // 新增 @@ -187,7 +188,7 @@ this.editConfig.infomitton = { ...row, workshop:{ ID:row.workshopNumber, number:row.workshopNumber, name:row.workshopName } } @@ -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(() => {