{{stand.standardEncdoing}}
@@ -9,7 +9,7 @@
- {{stand.standardName}}
+ {{stand.standardName}}
@@ -40,14 +40,18 @@ export default {
diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue
index 6ab4f5065..33d5fc532 100644
--- a/src/pages/personal/pages/my-questions/index.vue
+++ b/src/pages/personal/pages/my-questions/index.vue
@@ -1341,6 +1341,7 @@ export default {
},
addList() {
this.handleSelectForm.dataSource = this.standType
+ this.handleSelectForm.standType = this.standType
this.searchLawBtn()
this.standModel = true;
},
@@ -1541,6 +1542,16 @@ export default {
},
//提问按钮
queBtn(){
+ this.questionForm = {
+ pubQue : '',//公共问题
+ classification: 'INLAND', //标准类型
+ problemDescription: '', //问题
+ questioner: this.$store.getters.userInfo.userId, //提问人
+ standardEncdoing: '', //标准编号
+ standardName: '', //标准名称
+ standardId:'', //标准id
+ fileList: '',
+ }
this.dialogVisible = true
},
handleClose(){
@@ -1676,6 +1687,7 @@ export default {
_this: this
}, res => {
console.log(res);
+ this.dialogVisible = false
}, e => {
})
diff --git a/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue b/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
index 4ce7073a7..cce1dd688 100644
--- a/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
+++ b/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
@@ -11,8 +11,8 @@