小程序删除 #26

Merged
hanchaobo merged 2 commits from hcb into dev 2024-02-19 01:13:42 +00:00
+7 -1
View File
@@ -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({