Преглед изворни кода

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/miniapp into gyj

gyj пре 2 година
родитељ
комит
2ea35c9d4b
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7
    1
      pages/handlecase/component/list.vue

+ 7
- 1
pages/handlecase/component/list.vue Прегледај датотеку

42
 		</view>
42
 		</view>
43
 		<view class="btn" v-if="sysType == 2">
43
 		<view class="btn" v-if="sysType == 2">
44
 			<button class="btnItem" type="primary" size="mini" @tap="modify">修改</button>
44
 			<button class="btnItem" type="primary" size="mini" @tap="modify">修改</button>
45
+			<button class="btnItem" type="primary" size="mini" @tap="deleteCase">删除</button>
45
 			<!-- <button class="btnItem" type="primary" size="mini" @tap="clickPay">申请人缴费</button>
46
 			<!-- <button class="btnItem" type="primary" size="mini" @tap="clickPay">申请人缴费</button>
46
 			<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
47
 			<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
47
 			<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
48
 			<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
148
 				})
149
 				})
149
 			},
150
 			},
150
 			// 修改
151
 			// 修改
151
-			modify(){
152
+			modify() {
152
 				uni.redirectTo({
153
 				uni.redirectTo({
153
 					url: `/pages/handlecase/component/newlyAddedCase?id=${this.defalutVal.id}`,
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
 			getButtonList() {
163
 			getButtonList() {
158
 				queryCaseFlowInfo({
164
 				queryCaseFlowInfo({