浏览代码

解决会议申报新增查看路径问题

hanbing@agilestar.cn 3 年之前
父节点
当前提交
b5fe6b8127

+ 4 - 4
src/pages/main/meetingDeclaration/marketDecisionMeeting.vue

@@ -557,7 +557,7 @@ export default {
             } else if (v === 2) {
                 this.titname = "上传";
                 this.uploadDialogStatus = true;
-                
+
                 this.attList = [];
                 this.fileInfo.fileList = [];
                 this.infolist.serialNumber = this.$formatDate(
@@ -639,7 +639,7 @@ export default {
         getInfo(n) {
             this.$http({
                 url:
-                    "market/cMeetingDeclaration/queryMkMeetingDeclarationInfoList",
+                    "/market/cMeetingDeclaration/queryMkMeetingDeclarationInfoList",
                 method: "post",
                 headers: {
                     "Content-Type": "application/json"
@@ -757,13 +757,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 => {

+ 5 - 5
src/pages/main/meetingDeclaration/specialReport.vue

@@ -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 => {