|
@@ -166,7 +166,7 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
|
<el-form-item label="受理内容">
|
|
|
- <div v-html="showKeyWord(state.ruleForm.content, state.ruleForm.keywords)"></div>
|
|
|
+ <div v-html="showKeyWord(state.ruleForm.content, state.ruleForm.sensitive)"></div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
@@ -613,7 +613,6 @@ const getOrderDetail = async (id: string) => {
|
|
|
state.ruleForm.files = transformFile(state.ruleForm.files);
|
|
|
state.workflow = state.ruleForm?.workflow ?? {};
|
|
|
state.supplements = res.result?.workflow?.supplements ?? [];
|
|
|
- state.ruleForm.keywords = ['书记', '市长'];
|
|
|
state.loading = false;
|
|
|
state.dialogVisible = true;
|
|
|
} catch (error) {
|