|
@@ -46,7 +46,7 @@
|
|
|
border
|
|
|
style="width: 100%"
|
|
|
v-loading="loading"
|
|
|
-
|
|
|
+
|
|
|
>
|
|
|
<el-table-column label="会议时间" align="center" width="300px">
|
|
|
<template slot-scope="scope">
|
|
@@ -558,7 +558,7 @@ export default {
|
|
|
} else if (v === 2) {
|
|
|
this.titname = "上传";
|
|
|
this.uploadDialogStatus = true;
|
|
|
-
|
|
|
+
|
|
|
this.attList = [];
|
|
|
this.fileInfo.fileList = [];
|
|
|
this.infolist.serialNumber = this.$formatDate(
|
|
@@ -640,7 +640,7 @@ export default {
|
|
|
getInfo(n) {
|
|
|
this.$http({
|
|
|
url:
|
|
|
- "market/cMeetingDeclaration/queryMkMeetingDeclarationInfoList",
|
|
|
+ "/market/cMeetingDeclaration/queryMkMeetingDeclarationInfoList",
|
|
|
method: "post",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json"
|
|
@@ -758,13 +758,13 @@ export default {
|
|
|
this.infolist.attList = this.fileList;
|
|
|
|
|
|
this.submitInfo(
|
|
|
- "market/cMeetingDeclaration/addInfo",
|
|
|
+ "/market/cMeetingDeclaration/addInfo",
|
|
|
this.infolist
|
|
|
);
|
|
|
}
|
|
|
});
|
|
|
} else if (v === 4) {
|
|
|
-
|
|
|
+
|
|
|
this.$refs.editInfolist.validate(valid => {
|
|
|
if (valid) {
|
|
|
this.attList.forEach(item => {
|