摘要: created() { let q = this.$route.query if (this.$user.ORG_CODE == 830) { this.is830 = true } //查询操作 if (q.act == 'query') { this.isDisabled = true this 阅读全文
posted @ 2020-10-10 14:46 Kobe_bk 阅读(125) 评论(0) 推荐(0) 编辑
摘要: //删除 delClick() { const _that = this let keys = this.selectedRowKeys let tabs = [] keys.map(key => { tabs.push({ GUID: key }) }) this.$confirm({ title 阅读全文
posted @ 2020-10-10 10:57 Kobe_bk 阅读(72) 评论(0) 推荐(0) 编辑