修正
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user