剧本录制添加行调和现地切换
This commit is contained in:
parent
9c0ad7adb8
commit
96dead378a
@ -183,6 +183,7 @@ export default {
|
||||
this.formModel.permissionList = jsonData;
|
||||
} else {
|
||||
this.isDisabled = true;
|
||||
this.formModel.permissionList = [];
|
||||
}
|
||||
}).catch(()=>{
|
||||
this.$messageBox(this.$t('error.getPermissionListFailed'));
|
||||
|
@ -184,6 +184,7 @@ export default {
|
||||
this.formModel.permissionList = jsonData;
|
||||
} else {
|
||||
this.isDisabled = true;
|
||||
this.formModel.permissionList = [];
|
||||
}
|
||||
}).catch(()=>{
|
||||
this.$messageBox(this.$t('error.getPermissionListFailed'));
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user