This commit is contained in:
shijingjing
2022-04-29 21:16:30 +08:00
parent 23e489294f
commit 8cd4edef16
3 changed files with 23 additions and 31 deletions

View File

@@ -587,7 +587,7 @@ export default {
nextStep() {
if (!this.isEdit) {
if (!this.form.id) {
if (!this.form.objectType) {
return this.$u.toast('请选择监测对象类型')
}