fix:讨论type修改

This commit is contained in:
wyx
2023-03-03 14:32:28 +08:00
parent 6b0828abf5
commit d9ba66e3de

View File

@@ -222,7 +222,7 @@ const handleCreated = (editor) => {
};
request(DISCUSS_LIST, {
type:type==1?2:1,
type,
id,
}).then(e=>{
state.info = e.data;