|
@@ -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) {
|
|
|
// 维修跳转到维修详情
|