剧本录制添加行调和现地切换

This commit is contained in:
joylink_cuiweidong 2019-11-12 17:58:45 +08:00
parent 9c0ad7adb8
commit 96dead378a
3 changed files with 4 additions and 2 deletions

View File

@ -183,6 +183,7 @@ export default {
this.formModel.permissionList = jsonData;
} else {
this.isDisabled = true;
this.formModel.permissionList = [];
}
}).catch(()=>{
this.$messageBox(this.$t('error.getPermissionListFailed'));

View File

@ -184,6 +184,7 @@ export default {
this.formModel.permissionList = jsonData;
} else {
this.isDisabled = true;
this.formModel.permissionList = [];
}
}).catch(()=>{
this.$messageBox(this.$t('error.getPermissionListFailed'));

View File

@ -62,8 +62,8 @@ export default {
return this.$route.params.mode === 'plan';
},
isScript() {
// return this.$route.params.mode === 'script';
return false;
return this.$route.params.mode === 'script';
// return false;
},
isDemon() {
return this.$route.params.mode === 'demon';