Commit 7346b348 by 西瓜

新型黑恶, 个案中提取嫌疑人和受害人的修改

parent 69c62b56
......@@ -27,7 +27,7 @@
</el-badge>
</div>
<!-- <div class="caozuo">
<div class="caozuo" v-if="!xx">
<el-button
type="text"
icon="el-icon-plus"
......@@ -35,7 +35,7 @@
class="addInfo"
>提取嫌疑人</el-button
>
</div> -->
</div>
</div>
<div
class="wrap_div tableZj"
......@@ -116,7 +116,7 @@
</el-badge>
</div>
<!-- <div class="caozuo">
<div class="caozuo" v-if="!xx">
<el-button
type="text"
@click="tqShr"
......@@ -124,14 +124,14 @@
class="addInfo"
>提取受害人</el-button
>
<el-button
<!-- <el-button
type="text"
icon="el-icon-plus"
@click="addShr"
class="addInfo"
>添加</el-button
>
</div> -->
> -->
</div>
</div>
<div
class="wrap_div tableZj"
......@@ -703,8 +703,8 @@ export default {
this.$alert('提取成功!', '提示', {
confirmButtonText: '确定',
type: 'success',
callbcak: () => {
window.history.go(0)
callback: () => {
window.history.go(0);
}
})
} else {
......@@ -736,14 +736,12 @@ export default {
if (res.code == 200) {
if (res.data.tqbz == 1) {
// this.$message.success("提取成功");
// setTimeout(() => {
// window.history.go(0);
// }, 500);
this.$alert('提取成功!', '提示', {
confirmButtonText: '确定',
type: 'success',
callbcak: () => {
window.history.go(0)
callback: () => {
window.history.go(0);
}
})
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment