[update] 标准选择改成回显用value
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user