[update] 标准选择改成回显用value

This commit is contained in:
lideqin
2023-09-25 17:59:32 +08:00
parent bf9004585c
commit c54b8e8c7b
8 changed files with 76 additions and 356 deletions
@@ -175,7 +175,7 @@ export default {
url = this.url.add
}
const param = Object.assign({}, formInline)
param.checkList = this.dataSource
// param.checkList = this.dataSource
postAction(url, param).then((res) => {
if (res.success) {
this.$message.success(this.$t('operationSuccessful'))