调整走访对象跨应用跳转特殊人群

This commit is contained in:
aixianling
2022-03-10 14:18:17 +08:00
parent 5d3c2c30e1
commit f61a5d5e12
4 changed files with 84 additions and 35 deletions

View File

@@ -208,7 +208,6 @@ export default {
computed: {...mapState(['user'])},
created() {
this.getType()
this.typeConfirm([{value: "1adc7c0963e14b06bce444ab6ed49fc5", label: "测试居民档案选择器"}])
},
onShow() {
document.title = '新增人员'
@@ -445,7 +444,7 @@ export default {
this.$u.toast('提交成功')
uni.$emit('specialPeopleList')
setTimeout(() => {
uni.navigateBack()
uni.navigateBack({})
}, 600)
}
})