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() {