Browse Source

change add

master
= 4 years ago
parent
commit
7ccb0d63bf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      APP/static/js/wsy.js

+ 1
- 0
APP/static/js/wsy.js View File

@ -58,6 +58,7 @@ function add(type) {
return; return;
} }
var data = new FormData(); var data = new FormData();
data.append('phonenum', phonenum);
data.append('name', name); data.append('name', name);
data.append('tag', tag); data.append('tag', tag);
sendRequest('collection/add', data, function () { sendRequest('collection/add', data, function () {

Loading…
Cancel
Save