强控和装表字段调整

This commit is contained in:
2025-11-12 15:38:00 +08:00
parent 422338f816
commit 391219bde1
4 changed files with 8 additions and 6 deletions

View File

@@ -124,7 +124,6 @@ Component({
list: [],
searchText: ""
})
console.log("{ data: item, way: index + 1, type }", { data: item, way: index + 1, type })
this.triggerEvent("confirm", { data: item, way: index + 1, type } );
},
onFeeTypeConfirm(event) {
@@ -216,7 +215,7 @@ Component({
},
async onSearchInventoryMeter() {
const { searchText = "", park, filterBind } = this.data;
const { code, message, data: parks = [] } = await getInventoryMeter({keyword: searchText, park, isNeedBind: !filterBind});
const { code, message, data: parks = [] } = await getInventoryMeter({keyword: searchText, park, isNeedBind: !filterBind, a : 1});
if (code !== OK) {
alertInfo(message)
return