浏览代码

风速点表修复

songhaodong 3 年之前
父节点
当前提交
db3ecfd899

+ 6 - 6
ipfcst/ipfcst-reportquery/src/main/frontend/views/parameterConfiguration/WindSpeedPointInfo/index.vue

@@ -173,11 +173,11 @@ export default {
       // 总条数
       total: 0,
       loading:false,
-      speed: '1',
-      fanNumber: '1',
-      wind: '1',
-      UnitBelongs: '1',
-      belong: '1',
+      speed: 1,
+      fanNumber: '2',
+      wind: 3,
+      UnitBelongs: 4,
+      belong: '5',
       rules: {
         fanNumber: [ { type: 'string',required: true,message: "名称必填", trigger: 'blur'}],
         wind: [ {pattern: /^[+-]?(0|([1-9]\d*))(\.\d+)?$/, required: true,message: "填写数字", trigger: 'blur'}],
@@ -297,7 +297,7 @@ export default {
   },
   mounted() {
     this.initPage();
-    this.init2()
+    // this.init2()
   }
 }
 </script>