编辑考试

This commit is contained in:
zhangyc
2022-12-26 15:11:06 +08:00
parent baa3d3586d
commit 7cbb7f8db9

View File

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