|
@@ -4,7 +4,7 @@
|
|
|
:title="id ? '高管工作部署会议记录详情' : '新增高管工作部署会议记录'"
|
|
:title="id ? '高管工作部署会议记录详情' : '新增高管工作部署会议记录'"
|
|
|
:visible.sync="isShow"
|
|
:visible.sync="isShow"
|
|
|
@close="onHide"
|
|
@close="onHide"
|
|
|
- width="700px"
|
|
|
|
|
|
|
+ width="50%"
|
|
|
>
|
|
>
|
|
|
<div class="page-body">
|
|
<div class="page-body">
|
|
|
<el-form
|
|
<el-form
|
|
@@ -109,8 +109,8 @@
|
|
|
:fileSize="2"
|
|
:fileSize="2"
|
|
|
></imgs-upload> -->
|
|
></imgs-upload> -->
|
|
|
<W-file-upload
|
|
<W-file-upload
|
|
|
- :isRem="false"
|
|
|
|
|
- :isShowTip="false"
|
|
|
|
|
|
|
+ :isRem="false"
|
|
|
|
|
+ :isShowTip="false"
|
|
|
ref="upload"
|
|
ref="upload"
|
|
|
:defaultValue="formFileListDefualtValue"
|
|
:defaultValue="formFileListDefualtValue"
|
|
|
v-model="formData.images"
|
|
v-model="formData.images"
|
|
@@ -160,7 +160,7 @@ import Editor from "@/components/Editor";
|
|
|
import dayjs from "dayjs";
|
|
import dayjs from "dayjs";
|
|
|
import WFileUpload from "@/components/W-FileUpload/index.vue";
|
|
import WFileUpload from "@/components/W-FileUpload/index.vue";
|
|
|
export default {
|
|
export default {
|
|
|
- components: { UserSelector, ImgsUpload, Editor,WFileUpload },
|
|
|
|
|
|
|
+ components: { UserSelector, ImgsUpload, Editor, WFileUpload },
|
|
|
dicts: ["hsggbsdj_role"],
|
|
dicts: ["hsggbsdj_role"],
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
"min-width": "300px",
|
|
"min-width": "300px",
|
|
|
"word-break": "break-all",
|
|
"word-break": "break-all",
|
|
|
},
|
|
},
|
|
|
- formFileListDefualtValue:[],
|
|
|
|
|
|
|
+ formFileListDefualtValue: [],
|
|
|
id: null,
|
|
id: null,
|
|
|
isShow: false,
|
|
isShow: false,
|
|
|
formData: this.reset(),
|
|
formData: this.reset(),
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
await gethsggbsdj(id).then((res) => {
|
|
await gethsggbsdj(id).then((res) => {
|
|
|
// this.formData.names = res.data.userNames.split(",");
|
|
// this.formData.names = res.data.userNames.split(",");
|
|
|
this.formData = res.data;
|
|
this.formData = res.data;
|
|
|
- this.formFileListDefualtValue=res.data.images;
|
|
|
|
|
|
|
+ this.formFileListDefualtValue = res.data.images;
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|