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