新增需求
This commit is contained in:
@@ -222,6 +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.haveHomeQuarantineBtn == 1" @click="toChangeUser">移交人员</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -274,6 +275,10 @@ export default {
|
||||
toContent() {
|
||||
var haveHomeQuarantineBtn = this.info.haveHomeQuarantineBtn ? 1 : 0
|
||||
uni.navigateTo({url: `./ManagementContent?id=${this.id}&idNumber=${this.info.idNumber}&haveHomeQuarantineBtn=${haveHomeQuarantineBtn}`})
|
||||
},
|
||||
toChangeUser() {
|
||||
uni.setStorageSync('checkPointContent', this.info)
|
||||
uni.navigateTo({url: './ChangeUser?delta=1'})
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user