提交
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
||||
uni.$emit('updateDetail')
|
||||
uni.$emit('updateList')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack({ delta: this.delta })
|
||||
uni.navigateBack({ delta: parseInt(this.delta) })
|
||||
}, 600)
|
||||
|
||||
}
|
||||
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<div class="line-bg" style="padding-bottom: 56px;"></div>
|
||||
<div class="footer" v-if="info.handleType == 0" @click="toContent">风险处置</div>
|
||||
<div class="footer" v-if="info.handleType != 0 && info.haveHomeQuarantineBtn == 1" @click="toChangeUser">移交人员</div>
|
||||
<div class="footer" v-if="info.handleType == 3 && info.haveHomeQuarantineBtn" @click="toChangeUser">移交人员</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user