|
@@ -791,7 +791,6 @@ export default {
|
|
if (valid) {
|
|
if (valid) {
|
|
workerWarrantyRefund({
|
|
workerWarrantyRefund({
|
|
...this.formTK,
|
|
...this.formTK,
|
|
- id: this.formData.warrantyId,
|
|
|
|
warrantyId: this.formData.warrantyId,
|
|
warrantyId: this.formData.warrantyId,
|
|
fileUrl: this.formTK.fileUrl.map(item => item.url).join(',')
|
|
fileUrl: this.formTK.fileUrl.map(item => item.url).join(',')
|
|
}).then(res => {
|
|
}).then(res => {
|