wolyshaw 4 years ago
parent
commit
13db9f31d5

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-41ab6290.668f2391.js


+ 1 - 1
src/views/businessManager/orderManager/salesList.vue

@@ -261,7 +261,7 @@ export default {
       let restaurants = []
       try {
         const json = JSON.parse(this.detail.sellCost2)
-        restaurants = [{value: String(json.sellCost || '')}, {value: String(json.sellCost2 || '')}].filter(item => !!item)
+        restaurants = [{value: String(json.sellCost || '')}, {value: String(json.SellCost2 || '')}].filter(item => !!item)
       } catch (error) {}
       // this.createFilter(queryString)
       let results = queryString ? restaurants.filter((restaurant) => {

Some files were not shown because too many files changed in this diff