小程序删除
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
</view>
|
||||
<view class="btn" v-if="sysType == 2">
|
||||
<button class="btnItem" type="primary" size="mini" @tap="modify">修改</button>
|
||||
<button class="btnItem" type="primary" size="mini" @tap="deleteCase">删除</button>
|
||||
<!-- <button class="btnItem" type="primary" size="mini" @tap="clickPay">申请人缴费</button>
|
||||
<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
|
||||
<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
|
||||
@@ -148,11 +149,16 @@
|
||||
})
|
||||
},
|
||||
// 修改
|
||||
modify(){
|
||||
modify() {
|
||||
uni.redirectTo({
|
||||
url: `/pages/handlecase/component/newlyAddedCase?id=${this.defalutVal.id}`,
|
||||
})
|
||||
},
|
||||
/*删除*/
|
||||
deleteCase() {
|
||||
console.log("PPPPPPPPPPPPPPPPPPPPPPPP");
|
||||
},
|
||||
/*提交*/
|
||||
/**查询按钮列表 */
|
||||
getButtonList() {
|
||||
queryCaseFlowInfo({
|
||||
|
||||
Reference in New Issue
Block a user