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