mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
2023-2-15bug修复
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{{ noticeContent1 ? noticeContent1 : "暂无公告" }}
|
||||
</div> -->
|
||||
<a-textarea
|
||||
disabled="true"
|
||||
disabled="false"
|
||||
v-model:value="noticeContent1"
|
||||
:maxlength="150"
|
||||
placeholder="公告信息最多输入150个字"
|
||||
@@ -142,8 +142,8 @@ export default {
|
||||
if (res.data.code === 200) {
|
||||
message.destroy();
|
||||
// message.success("发布成功");
|
||||
state.noticeContent1 =
|
||||
res.data.data.notice == "" ? "暂无公告" : res.data.data.notice;
|
||||
// state.noticeContent1 =
|
||||
// res.data.data.notice == "" ? "暂无公告" : res.data.data.notice;
|
||||
handleCancel();
|
||||
emitter.emit("setNotice", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user