|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: liuzhenlin 461480418@qq.ocm
|
|
|
* @Date: 2023-01-09 15:49:34
|
|
|
* @LastEditors: niezch@dashoo.cn
|
|
|
- * @LastEditTime: 2023-03-29 16:32:46
|
|
|
+ * @LastEditTime: 2023-04-04 16:18:50
|
|
|
* @Description: file content
|
|
|
* @FilePath: \opms_frontend\src\views\contract\components\Edit.vue
|
|
|
-->
|
|
|
@@ -317,8 +317,8 @@
|
|
|
if (!id) {
|
|
|
this.title = '新增合同信息'
|
|
|
// 设置销售工程师默认为当前用户
|
|
|
- this.editForm.inchargeId = this.userId
|
|
|
- this.editForm.inchargeName = this.nickName
|
|
|
+ // this.editForm.inchargeId = this.userId
|
|
|
+ // this.editForm.inchargeName = this.nickName
|
|
|
this.editForm.signatoryId = this.userId
|
|
|
this.editForm.signatoryName = this.nickName
|
|
|
} else {
|