完善销售订单审核

This commit is contained in:
2024-08-05 16:37:16 +08:00
parent 7178424211
commit 2bc097131a

View File

@@ -566,6 +566,7 @@ export default {
if (res.success) {
this.dialogVisible = false
this.$message({ showClose: true, type: 'success', message: '操作成功' })
this.getList()
}
})
},