Explorar o código

装集客项目更新

lijiangwei %!s(int64=4) %!d(string=hai) anos
pai
achega
4e4dee8e1b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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', {});
                         };