-
+
-
+
-
-
-
+
+
+
+
+
+
+
+
查询
@@ -423,7 +424,10 @@ export default {
this.$message.warning('请输入查询条件')
}
this.loadingWB = true
- purchasePartsData(this.groupValue, this.pageCurrentWB, this.pageSizeWB).then(response => {
+ const machine_check = this.machineValue ? 1 : 0
+ const group_check = this.groupValue ? 1 : 0
+ const Model_check = this.ModelValue ? 1 : 0
+ purchasePartsData(machine_check, this.machineValue, group_check, this.groupValue, Model_check, this.ModelValue, this.pageSizeWB, this.pageCurrentWB).then(response => {
this.loadingWB = false
const data = response.data
this.totalWB = data.total