This commit is contained in:
2024-03-18 16:20:12 +08:00
parent e153d5cb6c
commit 2f5fcace53

View File

@ -92,6 +92,15 @@
title: '', title: '',
} }
}, },
watch: {
"formdata.name": {
handler(newvalue, oldvalue) {
if (this.status == 1) {
this.info()
}
},
}
},
onReady() { // onReady() { //
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: this.title, title: this.title,