This commit is contained in:
蔡玲
2024-11-18 08:59:07 +08:00
parent 4c528c079f
commit f201e2273a
2 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@
return
}
try {
let res = await addAssignDtl(this.popData)
let res = await addAssignDtl(this.popData, this.crType)
if (res.code === 1) {
this.show = false
this.checkData = []