|
@@ -55,7 +55,7 @@ export default {
|
|
|
created () {
|
|
|
},
|
|
|
methods: {
|
|
|
- ...mapActions(['GetEmployeeList', 'getLookUpData']),
|
|
|
+ ...mapActions(['GetEmployeeList', 'getReturnReasonData']),
|
|
|
hasNewProduct () {
|
|
|
this.GetEmployeeList()
|
|
|
queryNewProductPage({ pageNo: 1, pageSize: 20, onlineFalg: this.onlineFalg }).then(res => {
|
|
@@ -98,6 +98,7 @@ export default {
|
|
|
} else {
|
|
|
vm.openResetPwd = true
|
|
|
}
|
|
|
+ vm.getReturnReasonData('RETURN_REASON')
|
|
|
})
|
|
|
}
|
|
|
}
|