mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 11:26:49 +08:00
fix:讨论type修改
This commit is contained in:
@@ -222,7 +222,7 @@ const handleCreated = (editor) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
request(DISCUSS_LIST, {
|
request(DISCUSS_LIST, {
|
||||||
type:type==1?2:1,
|
type,
|
||||||
id,
|
id,
|
||||||
}).then(e=>{
|
}).then(e=>{
|
||||||
state.info = e.data;
|
state.info = e.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user