mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
fix:添加测评搜索bug
This commit is contained in:
@@ -173,10 +173,8 @@ export default {
|
||||
// addLoading:false,
|
||||
});
|
||||
const checkFinish = (value)=> {
|
||||
console.log('父亲');
|
||||
state.evaluationTypeId = value.quiz_kid ? value.quiz_kid : null
|
||||
state.evaluationTypeName = value.title ? value.title : ""
|
||||
console.log(value,state.evaluationTypeName ,'state.evaluationTypeName state.evaluationTypeName ');
|
||||
}
|
||||
const closeDrawer = () => {
|
||||
ctx.emit("update:addevalVisible", false);
|
||||
|
||||
Reference in New Issue
Block a user