This commit is contained in:
hanchaobo
2024-02-26 18:00:24 +08:00
2 changed files with 6 additions and 2 deletions
@@ -128,6 +128,7 @@
</template>
<!-- hearDate -->
<script>
import _ from 'lodash'
import {
caseApplicationSelectById,
mediation,
@@ -274,6 +275,7 @@ export default {
});
});
})
this.isSecretaryRole = false
},
/** 庭审笔录附件 */
toFile2(annexPath) {
@@ -293,7 +295,8 @@ export default {
cancel() {
this.$emit("cancelMediation");
},
submitMediation() {
submitMediation: _.debounce(function() {
if (this.fileList.length < 1 && !this.mediationType && this.mediationData.mediationMethod == "2") {
this.$modal.msgError("请上传调解书");
return
@@ -315,7 +318,7 @@ export default {
}
}
this.mediationFn(mediationVal);
},
},5000),
resultsMediation() {
}