Commit ee95cca1 authored by 高滢's avatar 高滢

feat(检验内容): 去掉/n

parent 06249216
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
resize="none" resize="none"
:autosize="{ minRows: 4, maxRows: 6 }" :autosize="{ minRows: 4, maxRows: 6 }"
type="textarea" type="textarea"
v-model="dialogManger.source.standard.text" v-model="dialogManger.source.standard.text.replace(/\\n/g, '')"
autocomplete="off" autocomplete="off"
></el-input> ></el-input>
</el-form-item> </el-form-item>
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
resize="none" resize="none"
:autosize="{ minRows: 4, maxRows: 6 }" :autosize="{ minRows: 4, maxRows: 6 }"
type="textarea" type="textarea"
v-model="item.description" v-model="item.description.replace(/\\n/g, '')"
autocomplete="off" autocomplete="off"
></el-input> ></el-input>
</el-form-item> </el-form-item>
...@@ -176,4 +176,3 @@ ...@@ -176,4 +176,3 @@
color: black; color: black;
} }
</style> </style>
\ No newline at end of file
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