案件流程,去掉仲裁诉求,组庭确认,仲裁员角色,去掉案件名称的禁用

This commit is contained in:
gyj
2023-11-29 18:12:55 +08:00
parent 9b90c332f3
commit 257de632c6
5 changed files with 31 additions and 8 deletions
@@ -16,8 +16,9 @@
</el-form-item>
</el-col>
<el-col :span="12">
<!-- :disabled="flag == '1'" -->
<el-form-item label="案件名称:" prop="caseName">
<el-input v-model="formData.caseName" placeholder="请输入案件名称" :disabled="flag == '1'" />
<el-input v-model="formData.caseName" placeholder="请输入案件名称" />
</el-form-item>
</el-col>
<el-col :span="12">
@@ -877,6 +878,10 @@ export default {
return this.$confirm(`确定移除 ${file.name}?`);
},
handleRemove(file, fileList) {
console.log(file)
console.log(fileList)
console.log(this.caseAttachListArr)
this.caseAttachListArr = this.caseAttachListArr.filter(item => item.annexId != file.annexId)
// (this.caseAttachListArr = []),
// fileList.forEach((item) => {
// this.caseAttachListArr.push( item.response.data );