修改 bug

ywj_dev
wangwei 2 years ago
parent c6923e7bf5
commit c167ed3283

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

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

Loading…
Cancel
Save