tangning 2 years ago
parent
commit
f927860b13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/work/confirmPriceModal.vue

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

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