其他报备不需要确认,已报备列表还需展示创建时间
This commit is contained in:
@ -77,7 +77,7 @@ export default {
|
||||
queryType: Number(this.queryType),
|
||||
userOrderId: this.userOrderId,
|
||||
orderCode: this.orderCode,
|
||||
reportingConfirm: 1,
|
||||
reportingConfirm: this.radio == '其他报备' ? 0 : 1,
|
||||
reportingItem: this.radio ? this.radio : "",
|
||||
reportingDesc: this.decscripTxt ? this.decscripTxt : ""
|
||||
})
|
||||
|
Reference in New Issue
Block a user