雪忆天堂 лет назад: 4
Родитель
Сommit
d0cc511bbc

+ 1 - 1
ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm

@@ -532,7 +532,7 @@ export default {
532
         }).then(() => {
532
         }).then(() => {
533
           this.getList();
533
           this.getList();
534
           this.msgSuccess("删除成功");
534
           this.msgSuccess("删除成功");
535
-        })
535
+        }).catch((err)=>{})
536
     }
536
     }
537
   }
537
   }
538
 };
538
 };

+ 1 - 1
ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index.vue.vm

@@ -587,7 +587,7 @@ export default {
587
         }).then(() => {
587
         }).then(() => {
588
           this.getList();
588
           this.getList();
589
           this.msgSuccess("删除成功");
589
           this.msgSuccess("删除成功");
590
-        })
590
+        }).catch((err)=>{})
591
     },
591
     },
592
 #if($table.sub)
592
 #if($table.sub)
593
 	/** ${subTable.functionName}序号 */
593
 	/** ${subTable.functionName}序号 */