3254194295 il y a 2 ans
Parent
commit
ad7056c4f0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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) {
       // 维修跳转到维修详情