tangning 2 năm trước cách đây
mục cha
commit
f927860b13
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/work/confirmPriceModal.vue

+ 1 - 0
src/views/work/confirmPriceModal.vue

@@ -326,6 +326,7 @@
               loading.value = true;
               let res = await confirmRepair({
                 repairId: params.repairId,
+                remark: params.remark,
                 confirm: val ? 1 : 0,
               });
               console.log('res', res);