修改bug

This commit is contained in:
宋伟佳
2021-08-03 18:01:11 +08:00
parent 1281868ed3
commit 001353d687
4 changed files with 555 additions and 556 deletions
@@ -1305,6 +1305,7 @@ export default {
if (cur[i].pId == null || cur[i].pId === '') {
this.parentNode = cur[i]
}
console.log(str);
this.zNodes = str
}
// 查完左侧目录后,如果没有选中的,设置最外层选中
@@ -1450,7 +1451,6 @@ export default {
loading: 'loading'
},
res => {
console.log(res)
if (res.ok) {
this.$copyText(this.copyMessage).then((e) => {
})
@@ -1657,7 +1657,6 @@ export default {
let regSt = /<table/g
let countSt = newContent.match(regSt)
let countEd = newContent.match(regEd)
console.log(countSt)
if (countSt === null) {
this.$message.warning('内容必须包含一个表格')
} else if (countSt.length > 1 && countEd.length > 1) {
@@ -2115,7 +2114,6 @@ export default {
this.standItemEO.ZRBM = this.standItemEO.responsibleUnit
this.saveItemId = row.id
this.showUpdateItemInfo()
console.log(this.standItemEO)
},
getOrgTreeSource () {
this.$http.get('sys/org/getTree', {}, {_this: this},
@@ -2148,7 +2146,6 @@ export default {
attribute (row) {
this.getFileName(row)
this.showItemInfoEO = JSON.parse(JSON.stringify(row))
console.log(this.showItemInfoEO)
},
getDicTypeName(opt, type) {
const _type = type ? type.split(',') : []