Browse Source

Merge branch 'feature/Feature-sticky' into develop

howie 2 năm trước cách đây
mục cha
commit
baae3960d5
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/views/deposit_home/refund_list.vue

+ 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({
-        ids: ids.join(',')
-        // examineStatus: this.examineForm.status,
-        // examineRemark: this.examineForm.remark,
-        // serviceId: ''
+        id: ids.join(','),
+        examineStatus: this.examineForm.status,
+        examineRemark: this.examineForm.remark,
+        serviceId: ''
       }).then(res => {
         this.isShowExamineDialog = false
         this.$successMsg('修改成功')