Browse Source

负责人Id

zhuxinbo 5 years ago
parent
commit
98f7a23f8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/advertiser/modules/ProjectModal.vue

+ 1 - 1
src/views/modules/advertiser/modules/ProjectModal.vue

@@ -147,7 +147,7 @@ export default {
           //时间格式化
           formData.advertiserId = data.key
           formData.advertiserName = data.label
-          formData.responsibleId = that.resId
+          formData.responsibleId = that.resId == '' ? that.userInfo().id : that.resId
           formData.userId = that.userInfo().id
           httpAction(httpurl, formData, method)
             .then(res => {