sale-client 4.1.7 → 4.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"less-loader": "^2.2.3",
|
|
33
33
|
"system-clients": "3.3.2",
|
|
34
34
|
"ldap-clients": "3.0.96",
|
|
35
|
-
"address-client": "4.0.
|
|
35
|
+
"address-client": "4.0.1-yunChengV4",
|
|
36
36
|
"manage-client": "3.1.8-88",
|
|
37
37
|
"axios": "0.15.3",
|
|
38
38
|
"babel-core": "^6.0.0",
|
|
@@ -1374,7 +1374,7 @@ export default {
|
|
|
1374
1374
|
},
|
|
1375
1375
|
async communityChange (val) {
|
|
1376
1376
|
console.log(val)
|
|
1377
|
-
if (val) {
|
|
1377
|
+
if (val && val !== '[object Event]') {
|
|
1378
1378
|
await this.initareas(` f_filialeid = '${this.f_filialeids}' and f_community_id ='${val}' `)
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|