@@ -284,11 +284,12 @@ export default {
* @param row
*/
openFile(row) {
+ console.log(this.info)
const routeUrl = this.$router.resolve({
path: '/home/details',
query: {
pid: this.pid,
- id: this.info.projectId,
+ id: this.info.id,
dispatchType: row,
type: 4
}