diff --git a/src/pages/localTool/standContrast/pages/comparisonClauses.vue b/src/pages/localTool/standContrast/pages/comparisonClauses.vue index bc012a93b..d43bfe37b 100644 --- a/src/pages/localTool/standContrast/pages/comparisonClauses.vue +++ b/src/pages/localTool/standContrast/pages/comparisonClauses.vue @@ -56,8 +56,8 @@ -
- + + @@ -110,8 +110,8 @@ - - + + diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index b842f62d6..25d27956b 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -846,7 +846,7 @@ @@ -1253,6 +1253,7 @@ export default { }, data(){ return{ + submitBtnLoading: false, aiKey:1, qiiKey:1, institutionId: this.$store.getters.userInfo.institutionId, @@ -1881,10 +1882,12 @@ export default { this.questionForm.fileList = this.fileList this.$refs['queForm'].validate((valid) => { if(valid){ + this.submitBtnLoading = true this.$http.postData('lawss/AskQuestions/insertAskQuestions',{ ...this.questionForm }, { _this: this }, res => { + this.submitBtnLoading = false this.dialogVisible = false this.activeName = "myQue" this.activeType = this.standType @@ -1901,7 +1904,7 @@ export default { this.handleSelectForm.standName = '' this.handleSelectForm.numberName = '' }, e => { - + this.submitBtnLoading = false }) }else{ return this.$message.warning('请输入问题') diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 48c7cac8e..bafe63da6 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -181,13 +181,24 @@