修改 企标制修订-产品标准 制修订类型为修订时不带入修改单
This commit is contained in:
@@ -568,6 +568,8 @@ export default {
|
|||||||
if (this.form.standStatus === '2') {
|
if (this.form.standStatus === '2') {
|
||||||
form.putTime = undefined
|
form.putTime = undefined
|
||||||
form.issueTime = undefined
|
form.issueTime = undefined
|
||||||
|
form.XGD = undefined
|
||||||
|
form.XGDName = undefined
|
||||||
}
|
}
|
||||||
this.form = Object.assign(initForm, pick(form, keys), { standStatus: this.form.standStatus })
|
this.form = Object.assign(initForm, pick(form, keys), { standStatus: this.form.standStatus })
|
||||||
// 对象空值转为空字符串
|
// 对象空值转为空字符串
|
||||||
|
|||||||
Reference in New Issue
Block a user