仲裁报错

This commit is contained in:
hanchaobo
2024-02-26 17:17:45 +08:00
parent fe85f97991
commit c1af7ab47b
8 changed files with 48 additions and 52 deletions
+6 -5
View File
@@ -1,5 +1,5 @@
<template>
<view class="list">
<view class="list" @click="caseDetail()">
<view class="listItem">
<view class="lable">
案件编号:
@@ -41,8 +41,10 @@
</view>
</view>
<view class="btn" v-if="sysType == 2">
<button class="btnItem" type="primary" size="mini" @tap="modify" v-if="checkPermi(['caseManagement:list:edit'])">修改</button>
<button class="btnItem" type="primary" size="mini" @tap="deleteCase" v-if="checkPermi(['caseManagement:list:delete'])">删除</button>
<button class="btnItem" type="primary" size="mini" @tap="modify"
v-if="checkPermi(['caseManagement:list:edit'])">修改</button>
<button class="btnItem" type="primary" size="mini" @tap="deleteCase"
v-if="checkPermi(['caseManagement:list:delete'])">删除</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"
@@ -190,8 +192,7 @@
})
},
},
created() {
}
created() {}
}
</script>
+2 -1
View File
@@ -187,9 +187,10 @@
pageNum: this.pageNum,
pageSize: this.pageSize,
}
this.getButtonList();
}
this.getList(obj)
this.getButtonList()
// this.getButtonList()
},
// onLoad() {
// let obj = {
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+14 -20
View File
@@ -1,7 +1,8 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
@@ -9,28 +10,21 @@
"postcss": true,
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false
},
"compileType": "miniprogram",
"libVersion": "",
"libVersion": "3.1.1",
"appid": "wx91cb8459dca561b4",
"projectname": "智慧仲裁",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}