diff --git a/src/views/xm/core/xmIteration/XmIterationSelect.vue b/src/views/xm/core/xmIteration/XmIterationSelect.vue
index 4d6885ef..251bd7a9 100644
--- a/src/views/xm/core/xmIteration/XmIterationSelect.vue
+++ b/src/views/xm/core/xmIteration/XmIterationSelect.vue
@@ -52,7 +52,7 @@
查询
-
+ 更多条件
diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue
index 7850d370..f555298d 100644
--- a/src/views/xm/core/xmMenu/XmMenuMng.vue
+++ b/src/views/xm/core/xmMenu/XmMenuMng.vue
@@ -4,7 +4,7 @@
-
+
@@ -464,7 +464,7 @@
if( this.filters.product && this.filters.product.id){
params.productId=this.filters.product.id
}else {
- this.$notify({showClose: true, message: "请先选择产品", type: 'success' });
+ this.$notify({showClose: true, message: "请先选择产品", type: 'warning',position:'top-left' });
return;
}
@@ -924,9 +924,9 @@
},
mounted() {
this.filters.product=this.xmProduct
- if(this.xmProduct){
+ if(this.xmProduct && this.xmProduct.id){
this.productVisible=false;
- }
+ }
this.$nextTick(() => {
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el);
this.getXmMenus();