|
@@ -58,7 +58,6 @@ export default {
|
|
|
...mapActions(['GetEmployeeList', 'getLookUpData']),
|
|
|
hasNewProduct () {
|
|
|
this.GetEmployeeList()
|
|
|
- this.getLookUpData('RETURN_REASON')
|
|
|
queryNewProductPage({ pageNo: 1, pageSize: 20, onlineFalg: this.onlineFalg }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
if (res.data.count > 0) {
|