@@ -344,7 +344,7 @@
yes: function (index, dom) {
layui.onSubmitChild = function (res) {
if (res.code === 0) {
- layer.msg('添加成功!', {icon: 1})
+ layer.msg('内部跟踪成功!', {icon: 1})
}
layer.close(index);
//刷新表格
@@ -85,7 +85,7 @@
form.on('submit(component-form-element)', function (data) {
admin.req({
- url: '/customer/new_customer/'+customer_id+'/add_review/'
+ url: '/customer/new_customer/'+customer_id+'/inner_review/'
, data: data.field
, type: 'post'
, done: function (res) {