Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Frontend into hcb
This commit is contained in:
@@ -180,16 +180,16 @@
|
||||
<el-input type="textarea" :autosize="{ minRows: 6 }" v-model="form2.applicantOpinion" placeholder="请输入" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<!-- <el-col :span="24">
|
||||
<el-form-item label="查明本案事实" prop="caseFacts">
|
||||
<el-input type="textarea" :autosize="{ minRows: 6 }" v-model="form2.caseFacts" placeholder="请输入" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
</el-col> -->
|
||||
<!-- <el-col :span="24">
|
||||
<el-form-item label="本案争议焦点" prop="caseFocus">
|
||||
<el-input type="textarea" :autosize="{ minRows: 6 }" v-model="form2.caseFocus" placeholder="请输入" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<!-- <el-col :span="12">
|
||||
<el-form-item label="被申请人质证意见:" prop="responCrossOpin" :rules="[
|
||||
{
|
||||
@@ -298,6 +298,7 @@ import { getUserProfile } from "@/api/system/user";
|
||||
import {
|
||||
writtenHear,
|
||||
creatTrialRecord,
|
||||
creatTrialRecordnew,
|
||||
document,
|
||||
} from "@/api/caseManagement/caseManagement.js";
|
||||
import { reserveConferenceList } from '@/api/meeting/index.js'
|
||||
@@ -417,7 +418,7 @@ export default {
|
||||
submitForm() {
|
||||
this.$refs["form2"].validate((valid) => {
|
||||
if (valid) {
|
||||
creatTrialRecord({
|
||||
creatTrialRecordnew({
|
||||
caseAppliId: this.formData.id,
|
||||
// evidenDetermi: this.form2.evidenDetermi,
|
||||
// factDetermi: this.form2.factDetermi,
|
||||
@@ -432,19 +433,20 @@ export default {
|
||||
isAbsence: this.form2.isAbsence,
|
||||
appliIsAbsen: this.form2.appliIsAbsen,
|
||||
respondentOpinion: this.form2.respondentOpinion,
|
||||
applicantOpinion: this.form2.applicaCrossOpin,
|
||||
caseFacts: this.form2.caseFacts,
|
||||
caseFocus: this.form2.caseFocus
|
||||
applicantOpinion: this.form2.applicantOpinion,
|
||||
// caseFacts: this.form2.caseFacts,
|
||||
// caseFocus: this.form2.caseFocus
|
||||
})
|
||||
.then((res) => {
|
||||
res.data.caseAttachList.forEach((item) => {
|
||||
if (item.annexType == 7) {
|
||||
this.recordArr.push({
|
||||
annexName: item.annexName,
|
||||
annexPath: item.annexPath,
|
||||
});
|
||||
}
|
||||
});
|
||||
// console.log(res);
|
||||
// res.data.caseAttachList.forEach((item) => {
|
||||
// if (item.annexType == 7) {
|
||||
// this.recordArr.push({
|
||||
// annexName: item.annexName,
|
||||
// annexPath: item.annexPath,
|
||||
// });
|
||||
// }
|
||||
// });
|
||||
this.$modal.msgSuccess("提交成功");
|
||||
this.showsubmit = false;
|
||||
this.closeArbitrationresults();
|
||||
|
||||
Reference in New Issue
Block a user