|
|
@@ -288,6 +288,7 @@ watch(() => modeVisible.value,(val) => {
|
|
|
|
|
|
//新建
|
|
|
const showDrawer = async () => {
|
|
|
+ modeVisible.value = true
|
|
|
const res = await Api.requested({
|
|
|
"id": "20240323112202",
|
|
|
"content": {
|
|
|
@@ -312,7 +313,6 @@ const queryNoticeMain = async (id) => {
|
|
|
})
|
|
|
form.value = Object.assign({}, form.value, res.data)
|
|
|
form.value.sat_courseware_classids = []
|
|
|
- modeVisible.value = true
|
|
|
console.log(form.value,'form');
|
|
|
}
|
|
|
|