Commit a15676c8 by gao_yingdong

警情标注,

parent 395596ec
......@@ -271,7 +271,7 @@
:width="columnTitle.width"
>
<template slot-scope="scope">
<div v-if="columnTitle.prop == 'jyaq'">
<div v-if="columnTitle.prop == 'jyaq' || columnTitle.prop == 'bjnr'">
<div class="ajxq_s">
<span class="none" v-html="scope.row[columnTitle.prop]"></span
><a
......
......@@ -1423,7 +1423,7 @@ export default {
this.jqxxInfo = {
jjyxm: info.jjyxm,
bjsj: info.bjsj,
jyaq: info.jyaq,
bjnr: info.bjnr,
jjdwMc: info.jjdwMc,
sfdd: info.sfdd,
};
......
......@@ -157,6 +157,7 @@ export default {
methods: {
getFqRxbdjgList() {
this.loadingShow = true;
this.rxbdjgxxShow = true;
let obj = {
taskId: this.taskIdJg,
};
......@@ -198,7 +199,6 @@ export default {
// setTimeout(() => {
this.getFqRxbdjgList();
// }, 3000);
this.rxbdjgxxShow = true;
},
rxxxOnSubmit() {
debugger;
......
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