lilei hace 3 años
padre
commit
204196f76f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/salesManagement/salesQuery/detail.vue

+ 2 - 0
src/views/salesManagement/salesQuery/detail.vue

@@ -193,6 +193,8 @@ export default {
   activated () {
   activated () {
     // 如果是新页签打开或者进入新的子页(例:存在列表第2条数据编辑页页签时再打开第4条数据的编辑页),则重置当前页面
     // 如果是新页签打开或者进入新的子页(例:存在列表第2条数据编辑页页签时再打开第4条数据的编辑页),则重置当前页面
     if (this.$store.state.app.isNewTab || !this.$store.state.app.isNewSubTab) {
     if (this.$store.state.app.isNewTab || !this.$store.state.app.isNewSubTab) {
+      this.spinning = false
+      this.disabled = false
       this.$refs.table.refresh(true)
       this.$refs.table.refresh(true)
       this.getDetail()
       this.getDetail()
     }
     }