1
1
Fork 0
mirror of https://github.com/shawncai/ERP.git synced 2025-03-05 20:06:10 +08:00

readme语法有点问题

This commit is contained in:
shawnzhang 2019-02-27 09:09:53 +08:00
parent 8cbff34179
commit cfe1ebca9d

View file

@ -1,9 +1,9 @@
# ERP
##work for nwow
###ERP project
####2019/2/12 add topmenu
## work for nwow
### ERP project
#### 2019/2/12 add topmenu
#### 2019/2/25 遇到的一些问题以及解决方案
#####tagsview的页面关闭操作
##### tagsview的页面关闭操作
```
const view = {
path: '/EmployeeInformation/NewEmployeeInformation',
@ -15,7 +15,7 @@ path: '/EmployeeInformation/NewEmployeeInformation',
this.$store.dispatch('delView', view).then(({ visitedViews }) => {})
```
#####拼接json 方法
##### 拼接json 方法
```extend(jsonbject1, jsonbject2) {
var resultJsonObject = {}
for (const attr in jsonbject1) {