|
|
@ -327,6 +327,7 @@ export default {
|
|
|
|
ruleTitle:"",
|
|
|
|
ruleTitle:"",
|
|
|
|
alertRecipients: 2,
|
|
|
|
alertRecipients: 2,
|
|
|
|
alertManner: 1,
|
|
|
|
alertManner: 1,
|
|
|
|
|
|
|
|
function: 1,
|
|
|
|
alertTime:"",
|
|
|
|
alertTime:"",
|
|
|
|
alertContent:"",
|
|
|
|
alertContent:"",
|
|
|
|
daysAdvance: null,
|
|
|
|
daysAdvance: null,
|
|
|
@ -340,6 +341,7 @@ export default {
|
|
|
|
jSmartRemindersId(row.id).then((res=>{
|
|
|
|
jSmartRemindersId(row.id).then((res=>{
|
|
|
|
if(res.code == 200) {
|
|
|
|
if(res.code == 200) {
|
|
|
|
this.addFrom = res.data;
|
|
|
|
this.addFrom = res.data;
|
|
|
|
|
|
|
|
this.addFrom.function = 1;
|
|
|
|
this.$refs.importProject.open();
|
|
|
|
this.$refs.importProject.open();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}))
|
|
|
|
}))
|
|
|
|