|
|
@@ -60,9 +60,9 @@ export default {
|
|
|
} else {
|
|
|
this.columns = [...this.columns];
|
|
|
}
|
|
|
- // this.$message.warning(
|
|
|
- // `${requireList.toString()} 为必填项,无法隐藏!`
|
|
|
- // );
|
|
|
+ this.$message.warning(
|
|
|
+ `${requireList.toString()} 为必填项,无法隐藏!`
|
|
|
+ );
|
|
|
// console.log('为必填项,无法隐藏!~~~', requireList);
|
|
|
return;
|
|
|
}
|