Commit fbceaba6 by huangdang

fix: 修改隐案认定申请列表字段

parent b4383828
......@@ -6378,7 +6378,6 @@ export default {
this.showLoading();
let self = this,
json = {};
console.log(self.formData)
for (let i in self.formData) {
if (i != "cxSj") {
json[i] = self.formData[i];
......
<template>
<div class="Content">
<div @click="$router.push('/yardsq/sqrd')">11212</div>
<right-content
:pageBs="pageBs"
:header="header"
......@@ -90,8 +89,8 @@ export default {
width: "200",
},
{
label: "协破认定状态",
prop: "xprdztStr",
label: "隐案认定状态",
prop: "rwztStr",
width: "220",
},
{
......
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