优化
This commit is contained in:
parent
e376fac833
commit
a88d4660bc
@ -258,13 +258,13 @@ export default {
|
||||
let res = await apiSaveapproval(params)
|
||||
if (res.code !== 200) {
|
||||
this.$message.error(res.msg)
|
||||
// history.go(0)
|
||||
history.go(0)
|
||||
}
|
||||
this.$message({
|
||||
message: res.msg,
|
||||
type: 'success'
|
||||
})
|
||||
// history.go(0)
|
||||
history.go(0)
|
||||
}
|
||||
})
|
||||
// this.dialogFormVisibleChongZhi = false
|
||||
|
||||
@ -38,8 +38,8 @@
|
||||
<div class="table-content"
|
||||
v-for="(i,index2) in item.detailDtos"
|
||||
:key="index2">
|
||||
<div class="name">
|
||||
{{i.target}}
|
||||
<div class="name"
|
||||
v-html="i.target">
|
||||
</div>
|
||||
<div class="kaohe pre">
|
||||
<pre>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user