|
@@ -425,8 +425,8 @@ export default {
|
|
|
.catch();
|
|
|
},
|
|
|
async onBranchChange(val) {
|
|
|
- this.searchForm.cooperationOrganId = null;
|
|
|
- this.searchForm.musicGroupId = null;
|
|
|
+ this.searchForm.cooperationOrganId = [];
|
|
|
+ this.searchForm.musicGroupId = [];
|
|
|
// this.searchForm.cooperationOrganId = [];
|
|
|
this.$set(this.searchForm, "cooperationOrganId", []);
|
|
|
if (val && val.length > 0) {
|