修改 bug

ywj_dev
wangwei 2 years ago
parent c6923e7bf5
commit c167ed3283

@ -906,7 +906,7 @@
</el-row>
</div>
</el-collapse-item>
<el-collapse-item title="是否人工审核据设置(二次审核)">
<el-collapse-item title="是否人工审核据设置(二次审核)">
<div>
<div style="width: 100%;margin: 0 auto;margin-top: 20px">
<el-row style="margin-bottom: 15px">

@ -98,7 +98,7 @@
<el-row>
<el-form-item label="参数值" prop="paramValue" label-width="100px">
<el-input
type=""
type="number"
v-model="formData.paramValue"
auto-complete="off"
style="width: 90%"
@ -294,10 +294,6 @@ export default {
}
},
formSubmit() {
// if (!Number.isInteger(parseInt(this.formData.paramValue))) {
// this.$message.warning("");
// return;
// }
this.$refs["dataForm"].validate((valid) => {
if (valid) {
this.formLoading = true;

Loading…
Cancel
Save