其他报备不需要确认,已报备列表还需展示创建时间

This commit is contained in:
2023-10-16 13:45:42 +08:00
parent f9934772e5
commit bd2585e711
2 changed files with 6 additions and 6 deletions

View File

@ -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 : ""
})