changes
This commit is contained in:
@@ -249,7 +249,10 @@ var image = ref();
|
||||
var file = ref();
|
||||
var link = ref();
|
||||
var tab = ref("message");
|
||||
var record = await $getdata("useraction", { user: 1, action: props.row.id }, undefined, true);
|
||||
var record = await $getdata("useraction", {
|
||||
first: true,
|
||||
filter: { user: 1, action: props.row.id },
|
||||
});
|
||||
var option = ref(record ? "your" : "system");
|
||||
function getValue() {
|
||||
if (option.value === "your") {
|
||||
|
||||
Reference in New Issue
Block a user