配置考试

This commit is contained in:
zhangyc
2022-12-25 21:18:46 +08:00
parent 3522dd89e2
commit eb47cfef65

View File

@@ -436,7 +436,7 @@ export default {
};
const afterVisibleChange = (bool) => {
console.log("props", props);
if (props.addtestVisible && props.edit) {
if (props.addtestVisible && props.EditTestId) {
// 该页面显示同时 edit为true 时,发送查询请求,
queryTest();
}