修改对公审核字段错误的问题
This commit is contained in:
@@ -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),
|
||||
})
|
||||
|
Reference in New Issue
Block a user