mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
附件样式
This commit is contained in:
@@ -434,12 +434,18 @@ export default {
|
||||
clearAll();
|
||||
state.addLoading = false;
|
||||
};
|
||||
const afterVisibleChange = () => {
|
||||
const afterVisibleChange = (bool) => {
|
||||
console.log("props", props);
|
||||
if (props.addtestVisible && props.edit) {
|
||||
// 该页面显示同时 edit为true 时,发送查询请求,
|
||||
queryTest();
|
||||
}
|
||||
if(bool){
|
||||
state.test.showAnswers = 1;
|
||||
state.test.showAnalysis = 1;
|
||||
state.test.scoringModel = 2;
|
||||
state.test.questionArrangement = 4;
|
||||
}
|
||||
};
|
||||
const selectTest = () => {
|
||||
state.STvisible = true;
|
||||
|
||||
Reference in New Issue
Block a user