|
@@ -29,7 +29,7 @@
|
|
|
<el-dialog title="建言献策" :visible.sync="jyxcdialog" width="30%" :before-close="handleClose">
|
|
|
<jyxc @handleClose="handleClose"></jyxc>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="问卷调查" :visible.sync="wsdcdialog" width="30%" :before-close="handleClose">
|
|
|
+ <el-dialog title="网上调查" :visible.sync="wsdcdialog" width="30%" :before-close="handleClose">
|
|
|
<wsdc @handleClose="handleClose"></wsdc>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="举报邮箱" :visible.sync="jbyxdialog" width="30%" :before-close="handleClose">
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
url: require('@p/techolchat/wsdc.png'),
|
|
|
- title: '问卷调查',
|
|
|
+ title: '网上调查',
|
|
|
},
|
|
|
{
|
|
|
url: require('@p/techolchat/lbyx.png'),
|
|
@@ -158,11 +158,11 @@ export default {
|
|
|
this.jyxcdialog = true;
|
|
|
} else if (data.title == '成果评价') {
|
|
|
this.zxzxdialog = true;
|
|
|
- } else if (data.title == '问卷调查') {
|
|
|
- // this.wsdcdialog = true;
|
|
|
+ } else if (data.title == '网上调查') {
|
|
|
+ this.wsdcdialog = true;
|
|
|
// TODO跳转至问卷列表页
|
|
|
- if (this.user && this.user.id) this.$router.push('/questionnaire/index');
|
|
|
- else this.$message({ type: 'danger', message: '请登录后填写调查问卷!' });
|
|
|
+ // if (this.user && this.user.id) this.$router.push('/questionnaire/index');
|
|
|
+ // else this.$message({ type: 'danger', message: '请登录后填写调查问卷!' });
|
|
|
} else if (data.title == '举报邮箱') {
|
|
|
this.jbyxdialog = true;
|
|
|
}
|