changes
This commit is contained in:
@@ -184,7 +184,7 @@ if (!Array.isArray(pagedata.tablesetting)) {
|
||||
const getDetail = (code) => tablesetting.find((v) => v.code === code)?.detail || "";
|
||||
const errors = ref([]);
|
||||
let radioNote = "no";
|
||||
var tablesetting = pagedata.tablesetting;
|
||||
let tablesetting = pagedata.tablesetting;
|
||||
let found = getDetail("note");
|
||||
if (found !== "@") radioNote = "yes";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user