zengh
2021-06-07 0e622f8109297e351fd766152640cead5d757a32
src/views/policeTracking/policeTracking.vue
@@ -548,6 +548,14 @@
      },
      onSubmit() {
        var that = this;
        if (typeof that.form.securityArr != "string"){
          var security = "";
          that.form.securityArr.forEach((item) => {
            security = security + item + ",";
          });
          that.form.securityArr = security.substring(0, security.length - 1);
        }
        axios({
          url: '/api/blade-jfpts/alarm/alarm/submit',
          method: 'post',