[update] 修改UAT问题:外来标准和企业标准编辑不传收藏标识,会报错

(cherry picked from commit b91e7767ed)
This commit is contained in:
lideqin
2024-09-18 09:37:22 +08:00
parent 0c19d4a505
commit 6e2143a383
2 changed files with 2 additions and 0 deletions
@@ -212,6 +212,7 @@ export default {
}
const param = Object.assign({}, formInline)
param.checkList = this.dataSource
param.collectionFlag = undefined
postAction(url, param).then((res) => {
if (res.success) {
this.$message.success(this.$t('operationSuccessful'))
@@ -117,6 +117,7 @@ export default {
} else {
submitFunc = addForeignStandard
}
formInline.collectionFlag = undefined
submitFunc(formInline).then((res) => {
if (res.success) {
this.$message.success(this.$t('operationSuccessful'))