|
|
@@ -257,7 +257,9 @@ function Z3upFilesRef(
|
|
|
fd.append('isCompress', 'true')
|
|
|
fd.append('isDb', 'true')
|
|
|
if (moduleId) {
|
|
|
- fd.append('moduleId', moduleId + '')
|
|
|
+ // 后端要求,这个模块不要传moduleId
|
|
|
+ if (!['cms/order/register/son/upload'].includes(myUrl))
|
|
|
+ fd.append('moduleId', moduleId + '')
|
|
|
}
|
|
|
|
|
|
fd.append('file', file)
|