去除打印,抄表路线支持所有园区,支持部分选择框清除内容
This commit is contained in:
@@ -25,7 +25,6 @@ Component({
|
||||
observers: {
|
||||
"show,type,filterBind": function(newShow, newType) {
|
||||
if (newShow && newType) {
|
||||
console.log("newShow", newShow,"newType", newType)
|
||||
this.onSearch()
|
||||
}
|
||||
}
|
||||
@@ -68,7 +67,6 @@ Component({
|
||||
},
|
||||
onConfirm(event) {
|
||||
const { index } = event.detail;
|
||||
console.log("index", index)
|
||||
const { list = [], type } = this.data;
|
||||
const item = list[index];
|
||||
if (!item) {
|
||||
|
||||
Reference in New Issue
Block a user