diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue index 88dff83..e48bf3c 100644 --- a/src/views/port/port/employee.vue +++ b/src/views/port/port/employee.vue @@ -387,10 +387,10 @@ export default { this.$router.push({ path: '/port/sys', query: { - name: this.connector.connectorName, - picture: this.connector.connectorPicture, - describe: this.connector.connectorDescribe, - price: this.connector.connectorPrice + name: connector.connectorName, + picture: connector.connectorPicture, + describe: connector.connectorDescribe, + price: connector.connectorPrice } }); },