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