|
@@ -58,6 +58,7 @@
|
|
|
import { mapState, mapMutations } from "vuex";
|
|
import { mapState, mapMutations } from "vuex";
|
|
|
import { allAreaByOrgtype } from "@/api/system/area";
|
|
import { allAreaByOrgtype } from "@/api/system/area";
|
|
|
import { allCheckByOrgType } from "@/api/system/check";
|
|
import { allCheckByOrgType } from "@/api/system/check";
|
|
|
|
|
+import MessageEx from "@/components/message/messageex.js";
|
|
|
export default {
|
|
export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
@@ -130,7 +131,7 @@ export default {
|
|
|
this.$refs.form.validate((isValidate) => {
|
|
this.$refs.form.validate((isValidate) => {
|
|
|
if (!isValidate) return;
|
|
if (!isValidate) return;
|
|
|
if(!this.formData.checkId && !this.formData.areaId){
|
|
if(!this.formData.checkId && !this.formData.areaId){
|
|
|
- this.$message.warning("履职区域、履职点位至少选择一个");
|
|
|
|
|
|
|
+ MessageEx.info("履职区域、履职点位至少选择一个");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
let obj = {};
|
|
let obj = {};
|