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