Ver Fonte

仓库报表

3254194295 há 2 anos atrás
pai
commit
ad7056c4f0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/workplace/backlog/WorkplaceBacklog.vue

+ 2 - 1
src/views/workplace/backlog/WorkplaceBacklog.vue

@@ -59,7 +59,7 @@
             </template>
           </span>
           <a slot="name" slot-scope="text" v-html="text"> {{ text }}</a>
-            <span slot="content" slot-scope="text" v-html="text">
+          <span slot="content" slot-scope="text" v-html="text">
           </span>
         </s-table>
       </div>
@@ -262,6 +262,7 @@ export default {
         const data = res.data
         this.$refs.detail.base(data)
       })
+      this.$refs.table.refresh()
     },
     dealJumpDetail (record) {
       // 维修跳转到维修详情