Make it possible to save SMS support status on phone record
This commit is contained in:
parent
96878f24de
commit
9c557a0391
14 changed files with 135 additions and 54 deletions
|
|
@ -56,8 +56,7 @@ import {
|
|||
PublicReportCompliance,
|
||||
PublicReportComplianceOptions,
|
||||
} from "@/type/api";
|
||||
import { Address, Location, PermissionType } from "@/type/api";
|
||||
import { type Contact } from "@/rmo/content/compliance/Contact.vue";
|
||||
import { Contact, Address, Location, PermissionType } from "@/type/api";
|
||||
|
||||
interface Props {
|
||||
slug: string;
|
||||
|
|
@ -129,6 +128,9 @@ function doContact() {
|
|||
return;
|
||||
}
|
||||
console.log("contact", report.value.reporter);
|
||||
updateReport({
|
||||
reporter: report.value.reporter,
|
||||
});
|
||||
}
|
||||
function doPermission() {
|
||||
if (!report.value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue