修改对公审核字段错误的问题

This commit is contained in:
2024-11-14 16:22:38 +08:00
parent efe3d3241d
commit 84c6c54e58
7 changed files with 1 additions and 17 deletions

View File

@@ -7,9 +7,6 @@ Component({
properties: {
list: {
type: Array,
watch(newVal) {
console.log("newVal ------", newVal)
}
},
header: Array,
totalPage: Number,
@@ -31,7 +28,6 @@ Component({
},
lifetimes: {
attached() {
console.log('this.data', this.data.list)
this.setData({
tempList: (this.data.list || [])?.slice(0, 20),
})