Procházet zdrojové kódy

【修改】家用工程退押审批

howie před 2 roky
rodič
revize
527c21f0e0

+ 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
   })
 }

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

@@ -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('修改成功')