lijiangwei 4 роки тому
батько
коміт
4e4dee8e1b
1 змінених файлів з 3 додано та 0 видалено
  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', {});
                         };