Commit 55cadd78 by 姜雷

Merge branch 'develop' into 'test'

修改区域多选组件 See merge request !169
parents 41d23857 14e70069
VUE_APP_SYSTEM_VERSION=1.0.2 VUE_APP_SYSTEM_VERSION=1.0.3
VUE_APP_BASE_URL=/ VUE_APP_BASE_URL=/
VUE_APP_DEV_LIB_URL= VUE_APP_DEV_LIB_URL=
VUE_APP_CUSTOMER_MENU_CODE=0001 VUE_APP_CUSTOMER_MENU_CODE=0001
......
...@@ -69,6 +69,9 @@ export default { ...@@ -69,6 +69,9 @@ export default {
this.debouncedQueryChange = debounce(this.debounce, value => { this.debouncedQueryChange = debounce(this.debounce, value => {
this.handleQueryChange(value); this.handleQueryChange(value);
}); });
if (this.value.find(item => item === -1)) {
this.selectedAll = true;
}
}, },
computed: { computed: {
filterList() { filterList() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment