提醒方法未选中问题

master
吕天方 5 months ago
parent 736b4df46f
commit 892f843cc8

@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "1.0.202408161355",
"version": "1.0.202408161428",
"description": "金鸡湖现代服务业品牌管理系统",
"author": "若依",
"license": "MIT",

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

Loading…
Cancel
Save