|
|
@@ -403,18 +403,6 @@ import KFileUpload from "@/components/K-FileUpload/index.vue";
|
|
|
import OrgTreeSelect from "@/components/orgTreeSelect";
|
|
|
import {mapGetters} from "vuex";
|
|
|
|
|
|
-var that=''
|
|
|
-var validatePass = (rule, value, callback) => {
|
|
|
- console.log(that.form.tagOrgIds,'value')
|
|
|
-
|
|
|
- if (that.form.tagOrgIds && that.form.tagOrgIds.length > 0) {
|
|
|
-
|
|
|
-
|
|
|
- callback();
|
|
|
- }else{
|
|
|
- callback(new Error('请选择目标机构'))
|
|
|
- }
|
|
|
-}
|
|
|
export default {
|
|
|
components: {OrgTree, KFileUpload, OrgTreeSelect},
|
|
|
name: "Notification",
|
|
|
@@ -477,7 +465,6 @@ export default {
|
|
|
...mapGetters(["orgId"]),
|
|
|
},
|
|
|
created() {
|
|
|
- that=this
|
|
|
this.orgId = this.$store.getters.orgId;
|
|
|
this.loginOrgId = this.$store.getters.orgId;
|
|
|
this.queryParams.orgId = this.$store.getters.orgId;
|
|
|
@@ -497,9 +484,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- checkIsNull() {
|
|
|
- console.log("111111111111111", this.form.tagOrgIds);
|
|
|
- },
|
|
|
/** 查询公告通知列表 */
|
|
|
getList() {
|
|
|
this.loading = true;
|