zengh
2021-06-10 d98349d2d7d0564d45ad09dc3d1a495eaa6b3f9c
src/views/policeTracking/policeTracking.vue
@@ -548,6 +548,9 @@
      },
      onSubmit() {
        var that = this;
        if (that.form.securityArr != null && that.form.securityArr != ""){
          that.form.jtype = "1";
        if (typeof that.form.securityArr != "string"){
          var security = "";
          that.form.securityArr.forEach((item) => {
@@ -566,6 +569,16 @@
            type: 'success'
          });
        });
        }else {
          that.$message({
            message: '未选择保安,请重试',
            type: 'warning'
          });
        }
      },
      getReceivingAlarm() {