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',