写问题

This commit is contained in:
shawnzhang 2019-03-01 18:03:04 +08:00
parent 5976685201
commit bd0671a2bd

View file

@ -58,4 +58,7 @@ this.$store.dispatch('delView', view).then(({ visitedViews }) => {})
this.employeeName = String( row.empName)
this.contractNumber =String(row.contractNumber)
// 需要把Number类型的数据转化成String类型这样回显才没问题
```
```
#### 2019/03/01
##### 客户和仓库问题 批量导入