Parcourir la source

Merge branch 'feature/Feature-sticky' into develop

howie il y a 2 ans
Parent
commit
0c2f088aa4

+ 1 - 1
src/api/engin_deposit/refund_list.js

@@ -68,7 +68,7 @@ export function getCommonFileGetStream(params) {
 export function examineData(params) {
   return request({
     url: '/deposit-manage/bach-condition-examine-home',
-    method: 'get',
+    method: 'POST',
     params
   })
 }

+ 5 - 5
src/views/deposit_home/refund_list.vue

@@ -247,7 +247,7 @@
               </el-radio-group> -->
                     <!-- <el-button type="primary" size="mini" @click="syncDateFn">同步资料日期</el-button> -->
                   </div>
-                  <el-form-item label="" class="fr"> > </el-form-item>
+                  <el-form-item label="" class="fr"> </el-form-item>
                 </el-col>
               </el-row>
             </el-form>
@@ -758,10 +758,10 @@ export default {
       })
       ids = [...new Set(ids)]
       examineData({
-        id: ids.join(','),
-        examineStatus: this.examineForm.status,
-        examineRemark: this.examineForm.remark,
-        serviceId: ''
+        ids: ids.join(',')
+        // examineStatus: this.examineForm.status,
+        // examineRemark: this.examineForm.remark,
+        // serviceId: ''
       }).then(res => {
         this.isShowExamineDialog = false
         this.$successMsg('修改成功')