mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
编辑考试
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user