修改排序

This commit is contained in:
qq787203167
2022-02-22 15:36:05 +08:00
parent 7de147f8df
commit b978db5409
2 changed files with 19 additions and 5 deletions
@@ -22,6 +22,7 @@
showAction
@Collection="Collection"
@subscribe="subscribe"
@onSelectChange="onSelectChange"
/>
</div>
<addForm
@@ -147,7 +148,10 @@
//订阅按钮
subscribe(val) {
console.log('val222', val)
}
},
onSelectChange(value){
},
}
}
</script>