[update] 修改UAT问题:外来标准和企业标准编辑不传收藏标识,会报错
(cherry picked from commit b91e7767ed)
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user