diff --git a/src/api/WorkshopProcurement/ReceiptConnectionSheet.js b/src/api/WorkshopProcurement/ReceiptConnectionSheet.js
index 48ec53bc..dfb3b616 100644
--- a/src/api/WorkshopProcurement/ReceiptConnectionSheet.js
+++ b/src/api/WorkshopProcurement/ReceiptConnectionSheet.js
@@ -49,7 +49,7 @@ export function deleteInvoice(num1, num2) {
}
})
}
-// 传送人接收人初始化 采购科改16
+// 传送人接收人初始化
export function initPerson() {
return request({
url: '',
@@ -57,7 +57,7 @@ export function initPerson() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
- param: '考核部门编号=16'
+ param: '考核部门编号=9'
}
})
}
diff --git a/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue b/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue
index 7ad264e5..868be3ec 100644
--- a/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue
+++ b/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue
@@ -73,7 +73,7 @@
diff --git a/src/views/WorkshopProcurement/InvoiceStateSearch/index.vue b/src/views/WorkshopProcurement/InvoiceStateSearch/index.vue
index f675b5e7..5fda01d6 100644
--- a/src/views/WorkshopProcurement/InvoiceStateSearch/index.vue
+++ b/src/views/WorkshopProcurement/InvoiceStateSearch/index.vue
@@ -56,7 +56,7 @@
-
+
@@ -178,6 +178,7 @@ export default {
})
},
searchTable1() {
+ this.tableData2 = []
this.contractNum ? this.check1 = 1 : this.check1 = 0
this.supplierName ? this.check2 = 1 : this.check2 = 0
searchContractInvoice(this.pageCurrent1, this.pageSize1, this.check1, this.contractNum, this.check2, this.supplierName).then(response => {