This commit is contained in:
chenhaodong
2026-06-18 23:27:05 +08:00
parent 5f99b138cb
commit f40089cb54
10 changed files with 12 additions and 37 deletions
+2 -5
View File
@@ -36,7 +36,7 @@
<el-table-column align="center" label="ISBN书号" prop="isbn">
<template #default="scope">
<a style="color: #1890ff" @click="handleUpdate(scope.row)">{{ scope.row.id }}</a>
<a style="color: #1890ff" @click="handleUpdate(scope.row)">{{ scope.row.isbn }}</a>
</template>
</el-table-column>
<el-table-column align="center" label="书名" prop="bName" />
@@ -168,7 +168,7 @@ export default {
dialogVisible: false,
listQuery: {
current: 0,
current: 1,
size: 10,
total: 0,
params: {}
@@ -243,9 +243,6 @@ export default {
this.$message({
type: 'success',
message: '编辑成功!'
}, {
type: 'error',
message: response.msg
})
this.dialogVisible = false
this.$refs.pagingTable.getList()