| | |
| | | this.$store.commit("classAttrList",null); |
| | | this.$store.commit("classGridStyleInfo",null); |
| | | this.$store.commit("dicValueInfo",null); |
| | | this.$store.commit("subClassAttrList",null); |
| | | this.$store.commit("subClassGridStyleInfo",null); |
| | | //刷新当前页面 |
| | | // location.reload(); |
| | | uni.redirectTo({ |
| | | url:'../index/index?args=9999999999' |
| | | }) |
| | | }); |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | uni.showModal({title:"提示",content:"该功能点未配置参数,请重新配置参数!",showCancel:false,confirmText:"取消"}); |
| | | return; |
| | | } |
| | | uni.navigateTo({ |
| | | url:'../modal/classAttr?param='+app.Param+"&titlename="+app.Name |
| | | }) |
| | | if(app.DefCode == '3018'){ |
| | | uni.navigateTo({ |
| | | url:'../modal/classAttr?param='+app.Param+"&titlename="+app.Name |
| | | }) |
| | | } else if(app.DefCode == '3037'){ |
| | | uni.navigateTo({ |
| | | url:'../modal/ms_classAttr?param='+app.Param+"&titlename="+app.Name |
| | | }) |
| | | } |
| | | // uni.redirectTo({ |
| | | // url:'../index/index?args=9999999999' |
| | | // }); |