File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929    <url >https://github.com/YunaiV/ruoyi-vue-pro</url >
3030
3131    <properties >
32-         <revision >1.6.4 -snapshot</revision >
32+         <revision >1.6.5 -snapshot</revision >
3333        <!--  Maven 相关 --> 
3434        <java .version>1.8</java .version>
3535        <maven .compiler.source>${java.version} </maven .compiler.source>
Original file line number Diff line number Diff line change 1414    <url >https://github.com/YunaiV/ruoyi-vue-pro</url >
1515
1616    <properties >
17-         <revision >1.6.4 -snapshot</revision >
17+         <revision >1.6.5 -snapshot</revision >
1818        <!--  统一依赖管理 --> 
1919        <spring .boot.version>2.7.6</spring .boot.version>
2020        <!--  Web 相关 --> 
Original file line number Diff line number Diff line change 11{
22  "name" : " yudao-ui-admin"  ,
3-   "version" : " 1.6.4 -snapshot"  ,
3+   "version" : " 1.6.5 -snapshot"  ,
44  "description" : " 芋道管理系统"  ,
55  "author" : " 芋道"  ,
66  "license" : " MIT"  ,
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ export default {
231231    /**  删除按钮操作 */  
232232    handleDelete (row ) { 
233233      this .$modal .confirm (' 是否确认删除短信渠道编号为"'   +  row .id  +  ' "的数据项?'  ).then (function () { 
234-         return  deleteSmsChannel (id); 
234+         return  deleteSmsChannel (row . id ); 
235235      }).then (() =>  { 
236236        this .getList (); 
237237        this .$modal .msgSuccess (" 删除成功"  ); 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments