案件流程,去掉仲裁诉求,组庭确认,仲裁员角色,去掉案件名称的禁用
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user