Browse Source

装集客项目更新

lijiangwei 4 năm trước cách đây
mục cha
commit
4e4dee8e1b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      uis/views/customer/index.html

+ 3 - 0
uis/views/customer/index.html

@@ -370,6 +370,9 @@
                     btn: ['保存','取消'],
                     yes: function (index, dom) {
                         layui.onSubmitChild = function (res) {
+                            if (res.code === 0) {
+                                layer.msg('重新分配成功!', {icon: 1})
+                            }
                             layer.close(index);
                             table.reload('customer_datagrid', {});
                         };