Commit d343d965b08fdad1aca533799947966a2278fe48

Authored by 廖磊
2 parents eed6c571 2cd83ddb

Merge branch 'pudong' of http://222.66.0.204:8090/panzhaov5/bsth_control

into pudong
src/main/resources/static/pages/scheduleApp/module/core/ttInfoManage/detailedit/module.js
... ... @@ -118,6 +118,10 @@ angular.module('ScheduleApp').controller(
118 118  
119 119 // form提交方法
120 120 self.submit = function() {
  121 + if (self.ttInfoDetailManageForForm.zdlytype == 1) {
  122 + delete self.ttInfoDetailManageForForm.zdlyversion;
  123 + }
  124 +
121 125 service.importDetail(self.ttInfoDetailManageForForm).then(
122 126 function(result) {
123 127 if (result.status == 'SUCCESS') {
... ...