合并0304

This commit is contained in:
hanchaobo
2024-03-04 09:51:02 +08:00
parent 811f169ddd
commit 0733c67999
2 changed files with 7 additions and 7 deletions
@@ -46,7 +46,7 @@
</el-col> </el-col>
<el-col :span="24" v-if="mediationType"> <el-col :span="24" v-if="mediationType">
<el-form-item label="调解结果:"> <el-form-item label="调解结果:">
<el-radio-group v-model="mediaResult" :disabled="!isSecretaryRole" @change="resultsMediation"> <el-radio-group v-model="mediaResult" :disabled="!isSecretaryRole && !selectRoido" @change="resultsMediation">
<el-radio :label="1">达成调解</el-radio> <el-radio :label="1">达成调解</el-radio>
<el-radio :label="2">未达成调解</el-radio> <el-radio :label="2">未达成调解</el-radio>
<el-radio :label="3">未达成调解但不在争议</el-radio> <el-radio :label="3">未达成调解但不在争议</el-radio>
@@ -119,7 +119,7 @@
<span>取 消</span> <span>取 消</span>
</el-button> </el-button>
<el-button v-if="isSecretaryRole" :loading="loadingSubmit" @click="submitMediation" <el-button v-if="isSecretaryRole" :loading="loadingSubmit" @click="submitMediation"
:disabled="this.recordArrMediate.length <= 0 && mediationData.mediationMethod == '1'" class="endbutton1" :disabled="this.recordArrMediate.length <= 0 && mediationData.mediationMethod == '1' && isSecretaryRole" class="endbutton1"
type="primary" round> type="primary" round>
提 交 提 交
</el-button> </el-button>
@@ -170,7 +170,8 @@ export default {
fileList: [], fileList: [],
attachList: [], attachList: [],
isSecretaryRole: true, isSecretaryRole: true,
loadingSubmit: false loadingSubmit: false,
selectRoido:true
}; };
}, },
watch: { watch: {
@@ -200,8 +201,8 @@ export default {
userId: this.userId userId: this.userId
}).then(res => { }).then(res => {
this.isSecretaryRole = res.data.isSecretaryRole; this.isSecretaryRole = res.data.isSecretaryRole;
if(this.recordArrMediate){ if(this.recordArrMediate.length > 0){
this.isSecretaryRole = false this.selectRoido = false
} }
}) })
}, },
@@ -257,7 +258,6 @@ export default {
caseApplicationSelectById({ caseApplicationSelectById({
id: this.mediationData.id id: this.mediationData.id
}).then(res => { }).then(res => {
console.log(res)
res.data.caseAttachList.forEach(item => { res.data.caseAttachList.forEach(item => {
if (item.annexType == 6) { if (item.annexType == 6) {
this.recordArr.push(item); this.recordArr.push(item);
+1 -1
View File
@@ -12,7 +12,7 @@ const name = process.env.VUE_APP_TITLE || '调解系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口
// const API = 'http://121.40.189.20:9001' //生产 // const API = 'http://121.40.189.20:9001' //生产
const API = 'http://121.40.189.20:7001' //测试 const API = 'http://121.40.189.20:6001' //测试
// const API = 'http://192.168.3.18:6001' //B // const API = 'http://192.168.3.18:6001' //B
// const API = 'http://172.16.0.237:6001' //Q // const API = 'http://172.16.0.237:6001' //Q
// const API = 'http://172.16.1.43:6001' //w // const API = 'http://172.16.1.43:6001' //w