This commit is contained in:
liuye
2022-09-28 09:35:30 +08:00
parent fb2ab14849
commit add3eac10f
4 changed files with 20 additions and 9 deletions

View File

@@ -134,10 +134,12 @@ export default {
this.form.registerId = this.info.registerId
this.$http.post(`/app/appepidemicpreventioncommunitymanagement/nucleicAcidSamplin`, this.form).then((res) => {
if (res.code == 0) {
this.$u.toast('提交成功')
uni.$emit('updateDetail')
uni.$emit('updateList')
uni.navigateBack()
this.$u.toast('提交成功')
setTimeout(() => {
uni.navigateBack()
}, 600);
}
})

View File

@@ -47,8 +47,7 @@
</div>
</div>
<div class="btn-height"></div>
<!-- v-if="info.status != 2 && isHideBtn != 1" -->
<div class="footer" @click="toAdd">采样</div>
<div class="footer" v-if="info.status != 2 && isHideBtn != 1" @click="toAdd">采样</div>
</div>
</template>