bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user