Browse Source

合并冲突

hhq 4 years ago
parent
commit
07f31f4f59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kmall-admin/src/main/webapp/js/sale/realtimeSalesDetection.js

+ 1 - 1
kmall-admin/src/main/webapp/js/sale/realtimeSalesDetection.js

@@ -182,7 +182,7 @@ let vm = new Vue({
             // currentDate = currentDate.getFullYear()+'-'+(currentDate.getMonth()+1)+'-'+currentDate.getDate();
             // currentDate = currentDate.getFullYear()+'-'+(currentDate.getMonth()+1)+'-'+currentDate.getDate();
             postParam={};
             postParam={};
             if(vm.type=="store"){
             if(vm.type=="store"){
-                vm.storeId = '10'; //测试
+                // vm.storeId = '10'; //测试
                 if(vm.storeId==''||vm.storeId==null){
                 if(vm.storeId==''||vm.storeId==null){
                     alert("请在输入框中输入门店编号!");
                     alert("请在输入框中输入门店编号!");
                     return false;
                     return false;