|
@@ -681,7 +681,7 @@ export default {
|
|
if (this.$route.query.rules) {
|
|
if (this.$route.query.rules) {
|
|
this.Frules = this.$route.query.rules
|
|
this.Frules = this.$route.query.rules
|
|
}
|
|
}
|
|
- getSoundTree().then(res => {
|
|
|
|
|
|
+ getSoundTree({tenantId:1}).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.soundList = res.data.rows;
|
|
this.soundList = res.data.rows;
|
|
// // 生成动态的checkList
|
|
// // 生成动态的checkList
|