强控和装表字段调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user