feat: There is no way the, 56901 企标制修订计划管控-立项流程,结束之后,适用车型没有归档到库里
This commit is contained in:
@@ -510,8 +510,10 @@ export default {
|
||||
this.isSubmit = true
|
||||
this.qbfsForm.bzfgbzFlag = '0'
|
||||
this.qbfsForm.planStatus = '计划已确认'
|
||||
if(this.qbfsForm.area && this.qbfsForm.length > 0){
|
||||
this.qbfsForm.area = this.qbfsForm.area.join(',')
|
||||
if(this.qbfsForm.area){
|
||||
if(this.qbfsForm.area.indexOf(",") !== -1){
|
||||
this.qbfsForm.area = this.qbfsForm.area.join(',')
|
||||
}
|
||||
}else {
|
||||
this.qbfsForm.area = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user