【修改】前端试题界面,推送试题按钮权限,细节优化
This commit is contained in:
@@ -204,9 +204,10 @@ const fetchSpecialtyOptions = async () => {
|
||||
// assignFields(props.data);
|
||||
// isUpdate.value = true;
|
||||
// } else {
|
||||
// resetFields();
|
||||
//
|
||||
// isUpdate.value = false;
|
||||
// }
|
||||
resetFields();
|
||||
// 设置批次为 当前时间 + 5位随机数
|
||||
const now = new Date();
|
||||
const pad = (n) => n.toString().padStart(2, '0');
|
||||
|
Reference in New Issue
Block a user