|
|
@@ -179,9 +179,9 @@
|
|
|
this.getPages();
|
|
|
},
|
|
|
addType(type) {
|
|
|
- if (!this.currentObj.id) {
|
|
|
- return this.$message.warning('请选择分类');
|
|
|
- }
|
|
|
+ // if (!this.currentObj.id) {
|
|
|
+ // return this.$message.warning('请选择分类');
|
|
|
+ // }
|
|
|
if (type == '新增') {
|
|
|
this.$refs.typeDialogRef.open(type);
|
|
|
} else {
|