摘要: 方法一 通过json序列号和反序列号 清空一次数据 数据需要copy出来一份 orgFormClearAllInput () { this.$refs.n1.formValidate = JSON.parse(JSON.stringify(this.$refs.n1.formValidate2)) 阅读全文
posted @ 2019-02-15 18:32 彭成刚 阅读(836) 评论(0) 推荐(0) 编辑
摘要: 关闭 保存 addSubOrg () { // this.$Message.success('新增下级机构事件') let seleArr = this.$refs.tables.$refs.tablesMain.getSelection() if (sel... 阅读全文
posted @ 2019-02-15 16:31 彭成刚 阅读(1842) 评论(0) 推荐(0) 编辑
摘要: iview table 已选项的数据 this.$refs.tables.$refs.tablesMain.getSelection() 由于我这里table组件是套了两层组件 所以是进入了两个层次拿到的数据 阅读全文
posted @ 2019-02-15 14:31 彭成刚 阅读(1222) 评论(0) 推荐(1) 编辑
摘要: .modalCss { height: 330px; overflow: auto; padding-right: 10px; } .modalCss { height: 330px; overflow: auto; padding-right: 10px; } 阅读全文
posted @ 2019-02-15 13:25 彭成刚 阅读(1031) 评论(2) 推荐(0) 编辑
摘要: <chart-box v-if="cbData1Bool" cb-text="基本概况" chartBoxSele="饼状图" :cb-width="cbWidth" :cb-height="cbHeight" :cb-data="cbData1" style="float:left; margin 阅读全文
posted @ 2019-02-15 08:24 彭成刚 阅读(316) 评论(0) 推荐(0) 编辑