From 84a6ffafc092c4c1dd7ae5de7afe05308dc5ce96 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Mon, 6 Jun 2022 16:08:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E9=97=AE=E7=AD=94=E5=BA=93=20=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/standQA/index.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 336f03ab5..5b9c4f4c1 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -266,7 +266,7 @@
@@ -277,7 +277,15 @@ 企业标准 公共 - 选择标准 + 选择标准 + + + @@ -719,6 +727,7 @@ export default { }, textStatusMap: {},// 文本状态id与name对应 textState: [], + DYGGWT: [], standModel: false, lawInfoTableLoading: true, handleSelectTableList: [], @@ -740,6 +749,7 @@ export default { standardName: '', //标准名称 standardId:'', //标准id fileList: '', + publicType: '', }, queRules:{ problemDescription: [ @@ -767,6 +777,7 @@ export default { }, res => { this.setMap(res.data.WBZTCLASS);// 文本状态 this.textState = res.data.WBZTCLASS // 文本状态 + this.DYGGWT = res.data.DYGGWT // 问答公共问题 }, e => { }); }, @@ -1074,7 +1085,6 @@ export default { queSubmit(){ if(this.questionForm.standardId){ this.questionForm.fileList = this.fileList - console.log(this.questionForm); this.$refs['queForm'].validate((valid) => { if(valid){ this.$http.postData('lawss/AskQuestions/insertAskQuestions',{ ...this.questionForm },