先提交一部分
This commit is contained in:
@@ -42,8 +42,12 @@ export default {
|
||||
return result
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.getData()
|
||||
watch: {
|
||||
search: {
|
||||
immediate: true, deep: true, handler() {
|
||||
this.getData()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user