Pārlūkot izejas kodu

Merge branch 'deploy_0804' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into deploy_0804

zhangdan 3 gadi atpakaļ
vecāks
revīzija
f64494463b

+ 1 - 3
src/views/salesManagement/pushOrderManagement/detail.vue

@@ -184,7 +184,7 @@ export default {
         printType: priceType
       }
       this.spinning = true
-      hdExportExcel(dispatchDetailExcel, params, '产品导出', function () {
+      hdExportExcel(dispatchDetailExcel, params, '下推产品', function () {
         _this.spinning = false
       })
     },
@@ -238,7 +238,6 @@ export default {
   },
   mounted () {
     if (!this.$store.state.app.isNewTab || this.outBizSubSn) { // 页签刷新 或 为弹框时调用
-      console.log(222)
       this.$refs.table.refresh(true)
       this.getDetail()
     }
@@ -246,7 +245,6 @@ export default {
   activated () {
     // 如果是新页签打开或者进入新的子页(例:存在列表第2条数据编辑页页签时再打开第4条数据的编辑页),则重置当前页面
     if (this.$store.state.app.isNewTab || !this.$store.state.app.isNewSubTab) {
-      console.log(111)
       this.$refs.table.refresh(true)
       this.getDetail()
     }