|
@@ -155,7 +155,33 @@ export default {
|
|
exitMessage: null
|
|
exitMessage: null
|
|
},
|
|
},
|
|
examineType:false,
|
|
examineType:false,
|
|
- examineList:[
|
|
|
|
|
|
+ examineList:[],
|
|
|
|
+ rectificationType:false,
|
|
|
|
+ rectificationList:[],
|
|
|
|
+ reviewType:false,
|
|
|
|
+ reviewList:[
|
|
|
|
+ {
|
|
|
|
+ label:"短信通知",
|
|
|
|
+ key:"1",
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label:"系统通知",
|
|
|
|
+ key:"2",
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ examineForm:{
|
|
|
|
+ data1:[],
|
|
|
|
+ data2:[],
|
|
|
|
+ data3:[],
|
|
|
|
+ },
|
|
|
|
+ data1Id:"",
|
|
|
|
+ data2Id:"",
|
|
|
|
+ data3Id:"",
|
|
|
|
+ };
|
|
|
|
+ },
|
|
|
|
+ created() {
|
|
|
|
+ if(this.versionField() == 'xiBeiNongLinDaXue'){
|
|
|
|
+ this.$set(this,'examineList',[
|
|
{
|
|
{
|
|
label:"短信通知",
|
|
label:"短信通知",
|
|
key:'1',
|
|
key:'1',
|
|
@@ -164,13 +190,20 @@ export default {
|
|
label:"系统通知",
|
|
label:"系统通知",
|
|
key:'2',
|
|
key:'2',
|
|
},
|
|
},
|
|
|
|
+ ]);
|
|
|
|
+ this.$set(this,'rectificationList',[
|
|
{
|
|
{
|
|
- label:"一体机通知",
|
|
|
|
- key:'3',
|
|
|
|
|
|
+ label:"短信通知",
|
|
|
|
+ key:'1',
|
|
},
|
|
},
|
|
- ],
|
|
|
|
- rectificationType:false,
|
|
|
|
- rectificationList:[
|
|
|
|
|
|
+ {
|
|
|
|
+ label:"系统通知",
|
|
|
|
+ key:'2',
|
|
|
|
+ },
|
|
|
|
+ ]);
|
|
|
|
+ this.noticeConfigList();
|
|
|
|
+ }else{
|
|
|
|
+ this.$set(this,'examineList',[
|
|
{
|
|
{
|
|
label:"短信通知",
|
|
label:"短信通知",
|
|
key:"1",
|
|
key:"1",
|
|
@@ -183,9 +216,8 @@ export default {
|
|
label:"一体机通知",
|
|
label:"一体机通知",
|
|
key:"3",
|
|
key:"3",
|
|
},
|
|
},
|
|
- ],
|
|
|
|
- reviewType:false,
|
|
|
|
- reviewList:[
|
|
|
|
|
|
+ ]);
|
|
|
|
+ this.$set(this,'rectificationList',[
|
|
{
|
|
{
|
|
label:"短信通知",
|
|
label:"短信通知",
|
|
key:"1",
|
|
key:"1",
|
|
@@ -194,21 +226,11 @@ export default {
|
|
label:"系统通知",
|
|
label:"系统通知",
|
|
key:"2",
|
|
key:"2",
|
|
},
|
|
},
|
|
- ],
|
|
|
|
- examineForm:{
|
|
|
|
- data1:[],
|
|
|
|
- data2:[],
|
|
|
|
- data3:[],
|
|
|
|
- },
|
|
|
|
- data1Id:"",
|
|
|
|
- data2Id:"",
|
|
|
|
- data3Id:"",
|
|
|
|
- };
|
|
|
|
- },
|
|
|
|
- created() {
|
|
|
|
- if(this.versionField() == 'xiBeiNongLinDaXue'){
|
|
|
|
- this.noticeConfigList();
|
|
|
|
- }else{
|
|
|
|
|
|
+ {
|
|
|
|
+ label:"一体机通知",
|
|
|
|
+ key:"3",
|
|
|
|
+ },
|
|
|
|
+ ]);
|
|
this.noticeConfigList();
|
|
this.noticeConfigList();
|
|
this.getList();
|
|
this.getList();
|
|
}
|
|
}
|