|
@@ -631,10 +631,15 @@ export default {
|
|
|
this.qrcodeUrl = row.template_qrcode;
|
|
this.qrcodeUrl = row.template_qrcode;
|
|
|
},
|
|
},
|
|
|
showMessageAnalyse(row) {
|
|
showMessageAnalyse(row) {
|
|
|
- this.$router.push({
|
|
|
|
|
- path: "/message/innerSurvey/analyse",
|
|
|
|
|
- query: { id: row.id, type: row.type },
|
|
|
|
|
|
|
+ if(row.finish_ids.length){
|
|
|
|
|
+ this.$router.push({
|
|
|
|
|
+ path: "/message/innerSurvey/analyse",
|
|
|
|
|
+ query: { id: row.id, type: row.type },
|
|
|
});
|
|
});
|
|
|
|
|
+ }else{
|
|
|
|
|
+ this.$message({ message: "暂无人员填报"});
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
downloadExcel() {
|
|
downloadExcel() {
|
|
|
this.$api
|
|
this.$api
|