|
|
@@ -42,6 +42,7 @@
|
|
42
|
42
|
</view>
|
|
43
|
43
|
<view class="btn" v-if="sysType == 2">
|
|
44
|
44
|
<button class="btnItem" type="primary" size="mini" @tap="modify">修改</button>
|
|
|
45
|
+ <button class="btnItem" type="primary" size="mini" @tap="deleteCase">删除</button>
|
|
45
|
46
|
<!-- <button class="btnItem" type="primary" size="mini" @tap="clickPay">申请人缴费</button>
|
|
46
|
47
|
<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
|
|
47
|
48
|
<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
|
|
|
@@ -148,11 +149,16 @@
|
|
148
|
149
|
})
|
|
149
|
150
|
},
|
|
150
|
151
|
// 修改
|
|
151
|
|
- modify(){
|
|
|
152
|
+ modify() {
|
|
152
|
153
|
uni.redirectTo({
|
|
153
|
154
|
url: `/pages/handlecase/component/newlyAddedCase?id=${this.defalutVal.id}`,
|
|
154
|
155
|
})
|
|
155
|
156
|
},
|
|
|
157
|
+ /*删除*/
|
|
|
158
|
+ deleteCase() {
|
|
|
159
|
+ console.log("PPPPPPPPPPPPPPPPPPPPPPPP");
|
|
|
160
|
+ },
|
|
|
161
|
+ /*提交*/
|
|
156
|
162
|
/**查询按钮列表 */
|
|
157
|
163
|
getButtonList() {
|
|
158
|
164
|
queryCaseFlowInfo({
|