rev:修改
This commit is contained in:
@@ -603,14 +603,14 @@ export default {
|
||||
},
|
||||
getConfirm() {
|
||||
const data = this.$refs.table.selection[0]
|
||||
crudSchBasePoint.getConfirm(data).then(res => {
|
||||
crudSchBasePoint.putConfirm(data).then(res => {
|
||||
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
})
|
||||
},
|
||||
putConfirm() {
|
||||
const data = this.$refs.table.selection[0]
|
||||
crudSchBasePoint.putConfirm(data).then(res => {
|
||||
crudSchBasePoint.getConfirm(data).then(res => {
|
||||
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user