提交按钮的限制
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user