申请人和被申请人是否书面审理,申请人缺席后按钮置灰,点击不用调用接口
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
</div>
|
||||
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button class="endbutton" :disabled="showsubmit && recordArr.length == 0" @click="submitResults">提交</el-button>
|
||||
<el-button class="endbutton" :disabled="(showsubmit && recordArr.length == 0) || form2.isAbsence==1" @click="submitResults">提交</el-button>
|
||||
<el-button @click="cancel" class="endbutton1"><span>关 闭</span></el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
@@ -490,6 +490,7 @@ export default {
|
||||
this.$modal.msgSuccess("提交成功");
|
||||
this.showsubmit = false;
|
||||
this.closeArbitrationresults();
|
||||
console.log(this.form2)
|
||||
this.form2.respondentOpinion ="";
|
||||
this.form2.applicantOpinion = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user