Commit 54611e043e8ea3e79facd4b3e4a22704e656d03f

Authored by abson
1 parent 45f89adc

营业员

Showing 1 changed file with 2 additions and 1 deletions
pages/user/plus/plus.js
... ... @@ -291,7 +291,7 @@ Page({
291 291 // req_data.staffNo = StaffNo;
292 292 // req.serviceman = StaffNo;
293 293 // };
294   -
  294 +
295 295 this.setData({
296 296 is_select: 1,
297 297 staffNo_arr:[],
... ... @@ -416,6 +416,7 @@ Page({
416 416 OpeningClose: function () {
417 417 this.setData({
418 418 open_yq: 0,
  419 + inp_serviceman:""
419 420 });
420 421 },
421 422 dialog_close() {
... ...