@@ -17,7 +17,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
// 'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
// let devModules = ['all']
-// let devModules = ['index', 'statisticalReport', 'sale', 'appoint']
+// let devModules = ['index', 'statisticalReport']
let devModules = ['all']
// let devModules = ['index', 'ADMINISTRATORS']
@@ -5109,7 +5109,7 @@ export default {
'&saler=' +
saler +
'&easPrimaryId=' +
- easPrimaryId,
+ encodeURIComponent(easPrimaryId),
obj,
{
timeout: 10 * 60 * 1000