|
@@ -160,6 +160,7 @@ const handleUploadFile = (file) => {
|
160
|
160
|
formData.append("file", file.file);
|
161
|
161
|
formData.append("corpid", params.corpid);
|
162
|
162
|
formData.append("type", '1');
|
|
163
|
+ formData.append("is_material", '0');
|
163
|
164
|
|
164
|
165
|
Toast.loading({
|
165
|
166
|
duration: 0, // 持续展示 toast
|
|
@@ -211,11 +212,6 @@ const onClickSubmit = () => {
|
211
|
212
|
message: '加载中...',
|
212
|
213
|
forbidClick: true,
|
213
|
214
|
});
|
214
|
|
- Toast(JSON.stringify(fileList))
|
215
|
|
- setTimeout(() => {
|
216
|
|
- Toast(JSON.stringify(fileList.value))
|
217
|
|
-
|
218
|
|
- }, 2000);
|
219
|
215
|
const p = {
|
220
|
216
|
corpid: params.corpid,
|
221
|
217
|
user_id: params.user_id,
|