src/views/basics/manufacturer/index.vue
@@ -114,6 +114,7 @@ size="mini" type="text" icon="el-icon-delete" class="del-btn" @click="handleDelete(scope.row)" v-hasPermi="['oa:manufacturer:remove']" >删除</el-button> @@ -321,7 +322,7 @@ /** 删除按钮操作 */ handleDelete(row) { const ids = row.id || this.ids; this.$modal.confirm('是否确认删除厂商编号为"' + ids + '"的数据项?').then(() => { this.$modal.confirm('是否确认删除?').then(() => { this.loading = true; return delManufacturer(ids); }).then(() => {