Commit 05467085 by xue_wengang

隐案认定管理

parent 3d99099a
......@@ -6430,7 +6430,7 @@ export default {
}
self.closeLoading();
} else {
if (self.pageBszfc == "xprdsq" || self.pageBszfc == "tbxxgl") {
if (self.pageBszfc == "xprdsq" || self.pageBszfc == "tbxxgl" || self.pageBszfc == "yardsq") {
self.tableData = [];
self.tableDataLength = 0;
self.$message({
......
......@@ -12,8 +12,8 @@
<template #btnGroup="scope">
<div
v-if="
scope.scope.row.rwzt == '04' ||
scope.scope.row.rwzt == '06' ||
scope.scope.row.rwzt == '04' ||
scope.scope.row.rwzt == '01'
"
>
......@@ -64,7 +64,7 @@ export default {
type: "codeTreeDialog", //字典弹框
props: [], //字典弹框需要的字段
codeOptions: [],
codeTree: "CODE_RDZT",
codeTree: "CODE_RWZT",
value: "",
col: "3",
multiple: true,
......
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