no message
This commit is contained in:
parent
b53765a469
commit
8bc11ea237
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ interface ArrayFileList {
|
|||
fileName: string;
|
||||
}
|
||||
|
||||
const isReadonly = <boolean>(route.name === "KPIEditEvaluator" ? true : false);
|
||||
const isReadonly = ref<boolean>(route.name === "KPIEditEvaluator" ? true : false);
|
||||
|
||||
const documentFile = ref<any>(null);
|
||||
const fileList = ref<ArrayFileList[]>([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue