剧本编制代码调整
This commit is contained in:
parent
b85362460e
commit
0f7cdb2b8e
@ -57,7 +57,9 @@ const scriptRecord = {
|
|||||||
state.scriptCommand = scriptCommand;
|
state.scriptCommand = scriptCommand;
|
||||||
},
|
},
|
||||||
updateRole:(state, userRole) => {
|
updateRole:(state, userRole) => {
|
||||||
|
if (state.userRole == userRole) {
|
||||||
state.updateRoleStatus += 1;
|
state.updateRoleStatus += 1;
|
||||||
|
}
|
||||||
state.userRole = userRole;
|
state.userRole = userRole;
|
||||||
},
|
},
|
||||||
updateCoversitionInfo:(state) => {
|
updateCoversitionInfo:(state) => {
|
||||||
|
@ -134,8 +134,10 @@ export default {
|
|||||||
},
|
},
|
||||||
'userRole':function(val) {
|
'userRole':function(val) {
|
||||||
this.isHasCoversition = false;
|
this.isHasCoversition = false;
|
||||||
|
},
|
||||||
|
'$store.state.scriptRecord.updateCoversitionStatus':function(val) {
|
||||||
|
this.isHasCoversition = false;
|
||||||
}
|
}
|
||||||
// updateCoversitionStatus
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initPage();
|
this.initPage();
|
||||||
|
@ -30,10 +30,10 @@ export default {
|
|||||||
watch:{
|
watch:{
|
||||||
'userRole':function(val) {
|
'userRole':function(val) {
|
||||||
this.initPage(true);
|
this.initPage(true);
|
||||||
|
},
|
||||||
|
'$store.state.scriptRecord.updateRoleStatus':function(val) {
|
||||||
|
this.initPage(true);
|
||||||
}
|
}
|
||||||
// '$store.state.scriptRecord.updateRoleStatus':function(val) {
|
|
||||||
// this.initPage(true);
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user