1
tangzy
2022-07-19 0dbc9a36272727f52c46e1272cc5a4fe6a0edc49
1
1 files modified
23 ■■■■ changed files
src/views/mechanism/mechanism.vue 23 ●●●● patch | view | raw | blame | history
src/views/mechanism/mechanism.vue
@@ -228,10 +228,15 @@
            rules: [
              {
                required: true,
                message: "请选择地点",
                message: "请选择纬度",
                trigger: "blur",
              },
            ],
          },
          {
            label: "监控地址",
            hide: true,
            prop: "videourl",
          },
          {
            label: "偏航角",
@@ -257,11 +262,11 @@
            hide: true,
            prop: "gd",
          },
          {
            label: "地址",
            hide: true,
            prop: "address",
          },
          // {
          //   label: "地址",
          //   hide: true,
          //   prop: "address",
          // },
          {
            label: "网站地址",
            prop: "websiteurl",
@@ -314,11 +319,6 @@
            minRows: 6,
            span: 24,
          },
          {
            label: "监控地址",
            hide: true,
            prop: "videourl",
          },
        ],
      },
      data: [],
@@ -355,6 +355,7 @@
      });
    },
    rowSave(row, done, loading) {
      row["address"] = this.form.addressName;
      row["addressName"] = this.form.addressName;
      // console.log(row);
      // loading();