Эх сурвалжийг харах

批次添加成功跳转批次列表

qiuenguang 2 жил өмнө
parent
commit
27f48d8810

+ 1 - 0
public/assets/js/backend/qcode_add.js

@@ -251,6 +251,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     console.log(res.code);
                     if (res.code == 1){
                         window.location.reload();
+                        Backend.api.addtabs('qcode_bach/index');
                     }
                     return false;
                 },function () {