Browse Source

多余信息删除

chenrui 4 years ago
parent
commit
297922b68d
1 changed files with 0 additions and 12 deletions
  1. 0 12
      src/views/shop/goodsList.vue

+ 0 - 12
src/views/shop/goodsList.vue

@@ -114,18 +114,6 @@ export default {
     })
     })
   },
   },
   methods: {
   methods: {
-    moment,
-    // 不可选日期
-    disabledDate (date, dateStrings) {
-      return date && date.valueOf() > Date.now()
-    },
-    // 创建时间change
-    onChange (dates, dateStrings) {
-      if ((dates, dateStrings)) {
-        this.searchForm.beginDate = dateStrings[0]
-        this.searchForm.endDate = dateStrings[1]
-      }
-    },
     //  新增、编辑商品
     //  新增、编辑商品
     handleGoods (type, row) {
     handleGoods (type, row) {
       if (type == 'add') {
       if (type == 'add') {