@@ -351,6 +351,7 @@ export default {
} else {
getAPIData(itemConfig, itemConfig.propsUrl, itemConfig.ApiParams, this.tableData, '', itemConfig.apiProps).then((res) => {
this.$set(itemConfig, 'options', res)
+ this.$set(itemConfig, 'value', null)
})
}
},