Merge branch 'main' of https://git.light120.com/zc/admin_core
This commit is contained in:
@@ -93,6 +93,16 @@ export default {
|
|||||||
this.init()
|
this.init()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
async clearConfirm(row) {
|
||||||
|
uiTool.showConfirm({
|
||||||
|
content: '你确定清空吗?',
|
||||||
|
}, async () => {
|
||||||
|
row.value = null
|
||||||
|
await paramSetupServer.edit(row)
|
||||||
|
this.$Message.success('清空成功!')
|
||||||
|
this.init()
|
||||||
|
})
|
||||||
|
},
|
||||||
async delConfirm(row) {
|
async delConfirm(row) {
|
||||||
uiTool.delConfirm(async () => {
|
uiTool.delConfirm(async () => {
|
||||||
await paramSetupServer.del(row)
|
await paramSetupServer.del(row)
|
||||||
|
|||||||
Reference in New Issue
Block a user