代码更新
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
* 删除分类确认
|
||||
*/
|
||||
async function delModelConfirm() {
|
||||
const res = await delPrinter(props.data.id)
|
||||
const res = await delPrinter({id:props.data.id})
|
||||
emit('init', '')
|
||||
delModel.value.close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user