diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue index 54a7ab207..bb0f8c342 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue @@ -783,12 +783,7 @@ const handleDeleteTable = (item, index, formRef) => { item.componentProps.disabled = false } }) - nextTick(() => { - const setV = {} - setV['purchaseReceiptRecordNumber'] = '' - setV['supplierCode'] = '' - formRef.setValues(setV) - }) + } } const tableSelectionDelete = (selection) => {