BUG 25901

This commit is contained in:
aixianling
2021-12-24 10:02:37 +08:00
parent a5261dcd61
commit 3e6fb9f710
33 changed files with 35 additions and 37 deletions

View File

@@ -35,7 +35,7 @@
<div class="btn" @click="submit">保存</div>
<AiBack></AiBack>
</div>
</template>
@@ -70,7 +70,7 @@ export default {
if(o.id) {
this.id = o.id
}
this.moduleId = o.moduleId
this.forms.areaId = this.user.areaId
this.listName = o.listName
@@ -139,7 +139,7 @@ export default {
id: this.id,
moduleId: this.moduleId,
categoryId: categoryId,
categoryName: categoryName,
categoryName: categoryName,
})
.then((res) => {
console.log(333)
@@ -151,8 +151,6 @@ export default {
uni.navigateBack()
}, 600)
}
}).catch((err) => {
console.log(444333)
})
},