|
|
|
@ -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;
|
|
|
|
|