|
|
@@ -85,8 +85,8 @@ const state = reactive({
|
|
|
submitTxt: '',
|
|
|
},
|
|
|
});
|
|
|
-const belongOrgOption = ref<DeptTreeType[]>([]);
|
|
|
-const userList = ref<RowUserType[]>([]);
|
|
|
+const belongOrgOption = ref<any[]>([]);
|
|
|
+const userList = ref<any[]>([]);
|
|
|
const platformList = ref();
|
|
|
const getDicts = () => {
|
|
|
Promise.all([
|
|
|
@@ -183,7 +183,7 @@ const otherSuccess = (response: any, uploadFile: UploadFile, uploadFiles: Upload
|
|
|
// url: response.Data,
|
|
|
// },
|
|
|
// ];
|
|
|
- state.form.fileList = uploadFiles.map((item) => {
|
|
|
+ state.form.fileList = uploadFiles.map((item: any) => {
|
|
|
return {
|
|
|
uid: item.uid,
|
|
|
status: item.status,
|