[update] 修改UAT问题:外来标准和企业标准编辑不传收藏标识,会报错
This commit is contained in:
@@ -212,6 +212,7 @@ export default {
|
|||||||
}
|
}
|
||||||
const param = Object.assign({}, formInline)
|
const param = Object.assign({}, formInline)
|
||||||
param.checkList = this.dataSource
|
param.checkList = this.dataSource
|
||||||
|
param.collectionFlag = undefined
|
||||||
postAction(url, param).then((res) => {
|
postAction(url, param).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(this.$t('operationSuccessful'))
|
this.$message.success(this.$t('operationSuccessful'))
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
submitFunc = addForeignStandard
|
submitFunc = addForeignStandard
|
||||||
}
|
}
|
||||||
|
formInline.collectionFlag = undefined
|
||||||
submitFunc(formInline).then((res) => {
|
submitFunc(formInline).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(this.$t('operationSuccessful'))
|
this.$message.success(this.$t('operationSuccessful'))
|
||||||
|
|||||||
Reference in New Issue
Block a user